Software :: Perl Installation In Custom Location?

May 11, 2011

I have an requirement of installing perl in custom location (NFS share that will be mounted on many machines).e.g,suppose '/usr/perly' is the NFS share, perl will be invoked as /usr/perly/bin/perl I require all the libraries to be created on the same share so that no local libraries are referred. Also, I need hundreds of modules installed in the same location.How do I do it with CPAN method?

View 2 Replies


ADVERTISEMENT

Software :: Perl Module Installation In Custom Location Using Cpanplus

May 19, 2011

I have installed perl5.12.3 in a custom location, ( a NFS share). I have all the libraries created in the same location. This was an attempt not to disturb existing version of perl. I have succeeded doing this.Now, I need to install around 200 perl modules. I tried Bundle option in CPAN shell, it somehow did not work. Does anyone here know off any other better method of installing multiple perl modules. How do I use CPANPLUS to install all the modules. What changes do I make to Config.pm considering custom location of perl installation I have done.

View 1 Replies View Related

Ubuntu :: GRUB Custom Config Location?

Nov 9, 2010

I am trying to install GRUB with a custom location for my config file. Is this possible? if so where can I find how to do this? Found nothing by googling except where it should be located and how to install it. P.S. enter/spacing doesn't work

View 2 Replies View Related

Programming :: Custom Delimiter For Hash In Perl?

Jan 6, 2010

Can I have a custom delimiter for hash in perl?

View 4 Replies View Related

Ubuntu :: Custom Weather Location For Gnome Clock

May 23, 2010

I live in Dunedin, New Zealand. Dunedin isn't listed as a city in the Gnome clock location thing - only Christchurch, Wellington and Auckland are in New Zealand.I can add my own custom city by specifying the latitude and longitude, which I have done, but I also want the weather for Dunedin to show up.Weather for Dunedin is available from Weather Underground, iGoogle and many other weather sites.

View 1 Replies View Related

Software :: Editing SARG To Link It To Custom Location?

Jan 12, 2011

I am using SARG for squid report analysis. And it is working fine. But I want to know if there is some custom configuration possible to link the SARG image at the top of the page to my custom location instead of its default homepage on sourceforge? For the ease of understanding, I am attaching the page screenshot here. The SARG image I am talking about is the one on the top in blue colour. It is linked to [URL] and I want it to link it to my sarg homepage.

View 2 Replies View Related

Fedora Installation :: Erratic Install Results W/initrd - Custom Spins With Custom Drivers - Modules?

Dec 28, 2009

Just spent three whole days barking up the wrong tree, solving Fedora 11 and Fedora 12 boot failures because the correct hypothesis was illogical: installation did not update/modify the initrd.

The first couple of times I installed Fedora 11 on the HighPoint Technologies RocketRaid 2640x4, the installation inserted my "custom" driver module (rr26xx) into the initrd, permanently, so that the system booted off the controller card for which the custom driver was inserted. (I yelled about this success in this thread: [url]

My most recent installs of BOTH F11 and F12 on the RocketRaid failed to properly set up the boot. It turns out that the "rr2640" module I "slipstreamed" into the installation process was *NOT* permanently added to the initrd by anaconda. (F12 gave me "no root device found boot has failed, sleeping forever", on boot; F11 hung also, without such error, I presume, during the init script execution). Because of limited resources and time, I only know for sure the module was missing from the F11 initrd, and am ASSUMING the same was the case with F12.

The only difference between the successful installs and the ones with failed boot is that the successful installs were made on a single-drive (JBOD) mode on the controller; whereas, the failed ones were placed on RAID 5. But, AFAIK, the created logical device for the card is "/dev/sda", in both cases, and the kernel can not distinguish between the two cases (or can it?). Thus, the inconsistency cost me a lot of time, and is still inexplicable to me.

Question: What is the best way to deal with custom drivers, today? There are custom spins, and many tools, like isomaster. Stupid question: Is there a way to modify the initrd inside an installer ISO -- be it for CD/DVD/USBboot drive -- beefing the init RAM disk with whatever modules you'd like, for the boot process (using, say, isomaster)?

And what makes anaconda understand that a module must be added to the initrd ? How can one force anaconda to do so?

How does moving to dracut as the initrd tool affect any/all of the above?

View 1 Replies View Related

Ubuntu :: OpenMotif : Create Network Location Link As Local Filesystem Location?

Apr 26, 2011

I'm working with a program that uses Open Motif to create all of the widgets, including the Open File dialog box (obviously). However, Open Motif being kinda old-timey, 80's vintage, and for the most part now an abandoned project, it is quite clunky. So, actually what I need to do is to open some files located on my work server. I have already successfully connected to the relevant server directories with Samba, and with programs built with GTK+ (such as GIMP) I can open files across the network because I have created a bookmark in Nautilus, and those bookmarks appear in the Open File dialog box created by GTK+. Now, Open Motif is different: it doesn't see network locations, orNautilus shortcuts. When I type "smb://serveripyadayada" in the search folder, it really doesn't like it and complains. So, what do I do? Can I get somehow Open Motif to open a network location? Or can I do a run-around and place a shortcut in the file system that points to the network location?

View 2 Replies View Related

CentOS 5 Server :: Move 5.5 To /usr/bin/perl So Root Based On Perl 5.12.1?

Aug 11, 2010

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 Related

Ubuntu :: Nautilus Location Bar: How To Write Manually Location

Oct 30, 2010

I have been testing ubuntu 10.10 maverick, it has some nice features. Anyway I am missing the possibility of writing manually the folder you want to go on nautilus using the Location bar. It was used to have some kind of icon which you can click and it switched between graphich breadcrumbs or the location of the folder and you could changed it manually, you know what I mean?

View 2 Replies View Related

Debian :: Launch The Perl Config \ Seems To Be That It Does Not Regonize Perl?

Jul 7, 2010

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]...

View 2 Replies View Related

Ubuntu :: Switch Back To /usr/bin/perl After Installing Second Perl?

Aug 14, 2010

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.

View 7 Replies View Related

OpenSUSE :: Difference Between Perl And Perl-devel?

Jun 28, 2010

I'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]...

View 5 Replies View Related

Fedora Installation :: Unable To Change Installation Location For Boot Loader

Dec 2, 2009

I am unable to change the installation location for the boot loader when installing Fedora 12 in the graphical installation mode. The 'Change device' button does nothing when I click on it during installation. I'd like to install the boot loader on my /boot partition. Is there some kind of bug that is preventing me from doing this?I am trying to install from the Fedora 12 386 DVD.

View 4 Replies View Related

Fedora Installation :: Network - Http - Ftp - Location Of F11/12 Installation ?

Dec 9, 2009

I am trying to do PXE boots for some servers w/o DVD/CD drives. I can do the PXE boot and load the installer boot image, but from there, I would like to have the installation media be from the internet, rather than a locally mounted disc. The boot installer will ask for the location (http or ftp), so is there one out there somewhere?

View 1 Replies View Related

Ubuntu Installation :: Creating An ISO From Custom USB Flash Installation ?

May 3, 2010

I've created a USB startup disk under Ubuntu 10.04 lucid (Live CD), Ive selected the option to save system settings to the flashdrive with about 200MB usage, now that ive configured and customized the opperating system (on the flashdrive) I want to create a ISO from that flashdrive installation.

Once the ISO is created, I want to burn it, boot off the CD then create another startup disk but this time setting "Discard on shutdown" so no settings or files can be saved to the flashdrive, but my custom setup remains. "its for an internet cafe setup".

How do i recreate an ISO from the USB startup disk?

View 7 Replies View Related

Ubuntu :: Edit Location At Location Bar?

Apr 30, 2010

i found that 10.04 hasn't edit location icon at location bar of nautilus. how to get it?

View 2 Replies View Related

Fedora Networking :: /usr/bin/perl: Symbol Lookup Error: /usr/bin/perl: Undefined Symbol: PL_use_safe_putenv

Apr 8, 2009

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

View 11 Replies View Related

CentOS 5 Server :: Unable To Give "Perl Path" To Run Perl CGI Script

Jun 2, 2011

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"

View 13 Replies View Related

Ubuntu Installation :: Create A Custom Installation CD ?

Sep 1, 2010

At work, we use custom Ubuntu installations, I create them by plugging the new hard drive to my computer and running some installation scripts, basically, these scripts debootstrap the hard drive and later install some additional packages and files. It works great for our needs.

But now, I think a CD or USB installation method could be a better option, and would like to get some advice on how and what tools could be of use for this.

I'm reading the Install CD Customization guide at [url]...DCustomization, and I think I can use it, but would have to remove a lot of packages (we use only the ones supplied by the "normal" debootstrap process and some other packages, mainly the X server and optionally FluxBox).

Are there other alternatives? Is there a tool that I could execute inside one of the already created systems that would allow me to package the whole system as an installation CD? Remastersys perhaps?

View 7 Replies View Related

Fedora :: Change Installation Location ?

Dec 27, 2009

When I started off with fedora 12, I did not think I would be using more than 20GB for the file system. But recently I have been installing a lot of new games / software that have been using up that space. I however have the home directory on a separate partition. What I want to know is whether or not we can change the installation directory when using yum ? I know the other option (installing from source), but that would mean tedious handling of dependencies.

View 2 Replies View Related

Ubuntu Installation :: Set The Location Of Grub In 10.10?

Mar 3, 2011

I know there has to be an option to set the location of grub. It's been on various distros over the last decade and I've read articles that say it's available although horribly difficult to find but I really would like to pin this one down. In Maverick Meerkat 10.10 we can apparently only chose between putting it in the MBR and the Ubuntu boot partition but I can't work out how.It's for an Ubuntu installation after Windows and I want to put Grub in the Ubuntu boot directory Not on the MBR because I am going to use a Windows based boot manager and it would avoid any boot loaders walking over each other to take over the MBR.

View 7 Replies View Related

Fedora Installation :: 14 - Perl Not Installed?

Nov 15, 2010

I have a CD with the Fedora 14 ISO burned. It doesn't appear to have perl installed on it. (Open a terminal, type "perl" and press Enter, and get the "Command not found." response.)Further, once I install to the hard drive and boot from it, run the updates and let them complete, and reboot, I still don't seem to have perl and I can't find a package for fc14 that would install perl.I must be the only one having this problem because I don't see any references to this and somebody would have noticed by now, but is there anyone who can tell me what I might have done wrong?

View 6 Replies View Related

General :: Automated Installation With Perl?

May 21, 2011

I am making some scripts to automaticly install linux-software.gcc,kernel,binutils, etc.) I have made a command to extract the packages, but how can I check if I can re-use my already extracted source-archives?

View 3 Replies View Related

Ubuntu Installation :: Custom Server ISO - The CD On /dev/sr0 Is Not An CD?

Mar 12, 2010

What I am going to tell you has worked for the Alternative Ubuntu ISO but I would like to see if I can do this for the Server Ubuntu ISO. I need to pass along some ideas as no one else seems to have tried it this way on this forum (other have been using preseeds but I don't think this way).[URL]Copy files from the mounted ISO to my HDD: cp -rf /mnt/ubuntu/* /opt/ubuntu-server/Once the files were on my HDD, I started to edit files that would help using a special preseed I wanted to configureI changed directories to /opt/ubuntu-server/preseed/ and created a file called test.seedI edited the test.seed file with the example found here:[URL]Saved it and changed directories to /opt/ubuntu-server/isolinux/Started the edit the text.cfg (holds the labels for installing ubuntu)Here is what I appended to the end of the file:

---
label test-install
menu label ^Install Test Ubuntu

[code]....

View 3 Replies View Related

Debian Installation :: Redirecting All Logs To Different Location

Jul 27, 2010

So 1 year ago I installed Lenny, but in the process of installation during the splitting of the drive I have mistakenly set a seperate parition for "/var/logs" instead of "/var/log". Is there any way to redirect all the logs to this seperate partition (var/logs) or it's better to go through the whole trouble* of installing Lenny again? *the trouble because it was hell of a problem to fix grub that didn't recognize SmartArray RAID (cciss driver), the problem is that I don't really remember how I fixed it. Symbolic link won't help since physically it will still be on the other partition. Do I have any other option?

View 3 Replies View Related

Fedora Installation :: Unable To Mount Location

Jan 21, 2009

i try install fedora 10 from cd live. But i can't. the partitions are unable to mount. i recive a message:

Quote:

DBus error org.freedesktop.DBus.Error. No Reply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

And from windows boot, and works. why no mount if the live-cd did this?

View 3 Replies View Related

Fedora Installation :: Find Yum Package Location

Dec 18, 2009

I'm using yum install libxml2 and it says it's already installed. I need to configure php with the location of libxml2. Is there a yum command to show me where the libxml2 installation folder is? or any other package example apache ...etc.

View 2 Replies View Related

Ubuntu Installation :: Install Applications On Different Location

Nov 8, 2010

Is there any way that i can install applications on any location (directory /partition) ? If we keep the installation file on other drive and just keep the link of that file/folder on root directory (/usr /bin /usr/sahre) then we can save our space of root directory. I found several times that my root partition is full after installing some applications. It is so painful to shrink or reallocation of root partition. Maybe this procedure of software installation will be helpful for the people who are already created low spaced root partition.

View 3 Replies View Related

Ubuntu Installation :: Cannot Install Bootloader At Specified Location

Dec 3, 2010

I just installed the 10.10 version of Ubuntu and while doing so I also deleted the whole partition on the harddrive. While I where installing the OS. I got this message:
Sorry. An error occurred and it was not possible to install the bootloader at the specified location.

(Here I get to choose either if I want to choose a different place to put the bootloader on. Or if I want to continue without a bootloader or if I would want to cancel the installation.) I am currently writing from the live CD. And If I try to boot without the CD. The computer tells me that there is no bootable device. I have tried to reinstall Grub. I have also tried to reinstall the whole Ubuntu 10.10. I have also tried to install Ubuntu 10.04. Both with the original CD.

View 9 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved