Red Hat :: Porting Perl Scripts From Solaris?
Aug 21, 2010I want to migrate some of the Perl Scripts from Solaris to Linux. Please explain the steps to migrate the Perl script from Solaris to Linux.
View 1 RepliesI want to migrate some of the Perl Scripts from Solaris to Linux. Please explain the steps to migrate the Perl script from Solaris to Linux.
View 1 RepliesI've got two laptops (a Dell and an Acer), one for work, the other for home. Both run openSUSE 11.1 64-bit and use KDE 4.4.
Is it possible to copy the settings on one machine to the other? The desktops are pretty similar, but not quite the same - and I can't remember what I did to the one I prefer to get it that way.
Obviously, the underlying hardware is different, but I am hoping that the OS takes care of that.
First thing I do when I install fedora is to customise a few things: default font sizes, number of workspaces (an their names), icons on the gnome panels etc. I was wondering if there is a way that I could just copy some file from my old install to the new one that would save me doing this manully each time. I think the main things I need are customisations done in System->Preference->Appearnece and customisations to the GNOME Panels
View 1 Replies View RelatedMy problem is I own an HP2133 with via graphics. These drivers are very poorly supported, both open-source and proprietary drivers F13 runs quite nice on that machine, but playback of videos or flash lacks much perfomance.Proprietary drivers are only provided for Ubuntu and that only for 9.10 by VIA until know. With these drivers Ubuntu 9.10 is able to playback flash/videos quite good. But Ubuntu (9.10) brings a few annoying bugs, which do not seem to be fixed, that is the thing I do dislike with this ditstro. I pushed my luck and tried these drivers with F11/F12, but they did not work due to differences in xorg version. In F10 it was possible to use 8.04 VIA drivers, but F10 has EOL and is besides flash playback considerably slower than later Fedora releases.
So I thought using alien or similar tools to convert the xorg packages from Ubuntu 9.10 into rpms and install these to a F13 release.... (Like downgrading to an older xorg like it was necessary in F9 for ATI cards ...) As the VIA drivers did not work with earlier version of Fedora, I had the idea porting Ubuntu's xorg to Fedora that way.Before I start spending a lot of time on this, I would like the freaks and neerds around here, if this to your opinion could have any chance of success.
I am in the midst of porting a driver that works on kernel version 2.6.21 to version 2.6.27. I am not aware of all the changes that need to be done to achieve my objective.
View 5 Replies View RelatedI am working under linux/kernel 2.6.32. I want to port a new Wi-Fi driver ath6kl which is already exist under kernel 2.6.37.
View 2 Replies View RelatedI have written some shells scripts. They basically create ssh tunnels between a my box and numerous nodes on a cluster. Which then allows me send Linux commands and receive output from far away nodes on my cluster.
E.g. Script:
Code:
#linux_command="uname -a"
#Create tunnel
[code]....
What are the challenges that are involved in porting an Operating system to a new architecture? Say I want to port linux to new architecture called XYZ, what are the things that should be taken care of?
View 2 Replies View RelatedI use ubuntu 9.04;I have a function called "isLogEnabled" in my project on windows, I wanna port it to linux. I know that I should have a "config.h" file in linux to get log from a specific Shared object and ..., but because I'm new to linux, I don't know how this should be done.
This is my function:
Code:
//This function return True if log policy is set in registry and False otherwise
int isLogEnabled()
[code]...
I realize that I ask for a rather crazy thing . My problem is I own an HP2133 with via graphics. These drivers are very poorly supported, both open-source and proprietary drivers F13 runs quite nice on that machine, but playback of videos or flash lacks much perfomance. Proprietary drivers are only provided for Ubuntu and that only for 9.10 by VIA until know. With these drivers Ubuntu 9.10 is able to playback flash/videos quite good. But Ubuntu (9.10) brings a few annoying bugs, which do not seem to be fixed, that is the thing I do dislike with this ditstro. I pushed my luck and tried these drivers with F11/F12, but they did not work due to differences in xorg version. In F10 it was possible to use 8.04 VIA drivers, but F10 has EOL and is besides flash playback considerably slower than later Fedora releases.
So I thought using alien or similar tools to convert the xorg packages from Ubuntu 9.10 into rpms and install these to a F13 release.... (Like downgrading to an older xorg like it was necessary in F9 for ATI cards ...) As the VIA drivers did not work with earlier version of Fedora, I had the idea porting Ubuntu's xorg to Fedora that way.
Before I start spending a lot of time on this, I would like the freaks and neerds around here, if this to your opinion could have any chance of success.
I bought a set of 3 laser sensors and it came with a software and its C++ source code for windows to receive the lasers info through the serial port. Since the entire project is running on Linux, I need to port the windows code to Linux. At the present moment, I already can receive the data from each of the 3 sensors, but the info is coming concatenated! Tracking down the original windows code, I found that it is probably happening cause I didn't ported these lines to my Linux version:
Code:
COMMTIMEOUTS CommTimeouts;
[...]
CommTimeouts.ReadIntervalTimeout = 2;
[code]....
I've searched already about how to specify the serial port timeouts on Linux, but didn't find a solution. how to port these lines to Linux or maybe where to find more info about how to set serial port timeouts on Linux?
I am new here and want to lern CentOS. Current I have installed CentOS 5.5 x64 and Perl 5.8.8. Now i have install Perl 5.12.1 which located to /usr/local/bin/perl. But how I can move it to /usr/bin/perl so root based on Perl 5.12.1?
View 7 Replies View Relatedi'm new to MySQL and i designed a database using MySQL and PHP recently but dont know how to port it to my host company. How do i save the database on my flash drive then transfer to my host on my website's control panel.
View 1 Replies View RelatedI am a software developer, presently porting a game engine from Visual Studio to GCC. I'm working on LTS 10.04. The project uses C++ lambdas, and I really would like to keep it this way. Therefore, I need GCC >= 4.5 to compile it.
I wouldn't like to reinstall entire OS, or to have to manually update this single program every time. Is there an option to update it from 10.10 repositories, pointing out, that I need only this package (and it's dependencies)? Or is there any PPA that does the trick for me?
Generally, the entire packaging system of Ubuntu rocks, as long as I can find up-to-date PPAs of all packages I need to have in recent versions (like mono).
I am still new to porting wifi drivers. I am currently porting Ralink RT5370 driver, no problem with the compilation but when I execute insmod operation I got a lot of errors regarding RTMP. This is a part of the error I got:
rt5370sta: Unknown symbol rausb_buffer_free
rt5370sta: Unknown symbol RtmpOsFreeSpinLock
rt5370sta: Unknown symbol RtmpOsPktHeadBufExtend
rt5370sta: Unknown symbol RtmpOSTaskNotifyToExit
rt5370sta: Unknown symbol RtmpOsGetNetDevName
rt5370sta: Unknown symbol RtmpOsHtonl
rt5370sta: Unknown symbol RtmpOsAtomicInterlockedExchange
rt5370sta: Unknown symbol RtmpUtilInit
rt5370sta: Unknown symbol RtmpOSTaskInit
rt5370sta: Unknown symbol RtmpOsAtomicInit
insmod: can't insert '/home/rt5370sta.ko': unknown symbol in module or invalid parameter
Based on the some forum that I've read, adding the MODULE_LICENSE("GPL") is one of the solution. I did add it inside usb_main_dev.c and recompile but I still get the same errors.
I am trying to launch the perl config, but when I do so I can an weird error.It seems to be that it does not regonize perl ?
conf.pl: line 11: =: command not found
conf.pl: line 19: my: command not found
conf.pl: line 20: syntax error near unexpected token `{'
[code]...
I recently reinstalled the B module for perl. Now I found out it didn't just do that, it installed a whole new copy of perl into /usr/local/bin/perl. When I type 'which perl' at the terminal, it says '/usr/local/bin/perl' instead of '/usr/bin/perl'. Normally, this wouldn't bother me. But I installed the one in local/bin without threading support. The one that comes with the system already is build with threading support, which is why I want to switch back to the system perl, and possibly remove the one in /usr/local/bin.
So how do I change it so that the result of 'which perl' returns as '/usr/bin/perl'? And what do I have to do to remove /usr/local/bin/perl?
The reason I need threading support is because I'm designing a file copier that copies several chunks of a file simultaneously to speed up the copying process. Guaranteed a useful script if it works.
i am getting segmentation fault while porting project having c,c++,fortran files which has been developed in vc++ windows to linux.this project is working fine in windows but not in linux.when i runned in linux using makefile it is going through some output but again am getting segmentation fault.
View 1 Replies View RelatedI'm new in perl programming and linux OS. What is the difference between perl and perl-devel? What does mean devel? Iwant to install Catalyst and before install as required I have to check if make, gcc and perl-devel are installed in my system. make and gcc are installed. But I have to install perl-devel. First I searched for make, gcc and perl-devel in YAST Software Management and search did not find perl-devel. I visited the software.opensuse.org and wrote "perl-devel" and searched. The result was many similar zips with a prefix perl-devel and I can not choose one for needed perl-devel.
[Code]...
I am trying to setup the wlan access for my Fedora 9 system. I installed ndiswrapper. But when I run
Code:
ndiswrapper -l
i am getting the error
Code:
/usr/bin/perl: symbol lookup error: /usr/bin/perl: undefined symbol: PL_use_safe_putenv
I am unable to run perl-cgi script in my cent os Apache server. I have used locate perl command in terminal window and it gives following result:
[code]....
tell which is the path to perl for example "usr/bin perl"
how to install solaris 10
View 1 Replies View RelatedI would like know know difference in ssh comman in solaris and linux, are they both same?
View 2 Replies View RelatedI want to install .deb files in Solaris 10. How can we do this? Is it possible? Or will . deb files work only with Linux?
View 5 Replies View RelatedFC9 (fresh install) can't NFS mount from Solaris 10 machine called NFSServer.# uname -a Linux myFC9 2.6.27.19-78.2.30.fc9.x86_64.Firewalls and iptables disabled on both hosts. On the client side myFC9 is trying to NFS mount NFSServer:/opt/sysadmin as read-only. On the NFSServer side the filesystem is exported read-only and "visible" as with show-mount.
View 2 Replies View RelatedWhat is the equivalent of Solaris's cu command in Linux?
View 2 Replies View RelatedI have Preinstalled Xp on my system.I have installed Solaris in one of my unused partition.when i installed the fedora 12 i didnot get the options for solaris booting though i have used different partition for solaris and fedora.How can i get the options for solaris or else i have made a mistake in installing fedora. In either case please guide me though how irritating it may be to guide a newbie.Also if i want to use Archlinux with all three above how can i do it.
View 2 Replies View Relatedcan anyone explain what is the use of swap -a command in solaris ? is there any equivalent command for swap in Linux ?
View 6 Replies View RelatedMy server running on RHEL/Solaris went down of its own. I have rebooted the box and now the host is up. what are all the log files do i need to check to find root cause for this issue. I have already checked /var/log/messages and sar logs but not of much help.
View 4 Replies View RelatedUsually I use LINUX and I can set the running scripts under /etc/init.d and I can check this with 'chkconfig'. But now by Solaris I got "chkconfig: not found"
View 2 Replies View Related