General :: Installing A Library Locally In Home Directory But Program Doesn't Recognize It

Aug 18, 2011

I am installing a program on a server as a non-root user. Specifically it is tmux 1.5, but this should apply broadly to all locally installed program in my opinion (I mention the program name in case this problem ends up not being my own error).

The program requires me to install some dependent libraries (e.g. libevent and ncurses). So, I installed them both locally since I do not have root access

cd $HOME/library/installation/folder
DIR=$HOME/local
./configure --prefix=$DIR
#... make ... make install

[Code]....

Ok, so this installs the program without problems into $HOME/local/bin, but if I run the executable: $HOME/local/bin/tmux , I get the following error:

tmux: error while loading shared libraries: libevent-2.0.so.5: cannot open shared object file: No such file or directory

It would seem to me that the program cannot find the desired libraries, but the file libevent-2.0.so.5 does indeed exist in $HOME/local/lib as specified in the configure options. I am wondering how I can get the program to recognize the installed library in order to run. I tried putting symbolic links in $HOME/lib, $HOME/bin, and $HOME/local/bin, but none of these worked.

View 2 Replies


ADVERTISEMENT

OpenSUSE Network :: User's Home Directory Saved In Samba Server Not Locally

Mar 27, 2011

Continuing with my assigned task of migrating the company's PCs to GNU/Linux (openSUSE as server for GNU/Linux clients) I managed to set up a DC with roaming profiles for the few remaining Windows users, user validation and login for the openSUSE boxes and a few network shares with different rights. I know there are no roaming profiles for GNU/Linux and I can live with that but I would like to specify wich users/groups would have their home directories saved locally (notebook users) and which will save them on the Samba server.

By default home directories are saved locally but somehow Samba creates a minimal home directory for each user under /home in the Samba server. How can I tell the client box to use that directory? and how can I set up the few notebook users to save it on their disks? Maybe using the options under Yast > Security... > Users and groups management > Users (LDAP Users filter) > and then select the user and use the "Manage Samba account parameters" plug-in for specifying the different paths cant achieve this.

View 4 Replies View Related

Software :: Installing Missing Library In / Home Folder Without Root

May 29, 2011

I would like to run Blender (3D modelling software) on RedHat Enterprise. I have a problem with missing libraries (libavutil50.so). Second problem is that I have no root access so I cannot install rpm package with libavutil50.so. Does anybody knows how can I manage this? Is it possible to install somehow libavutil50.so in my /home folder, that Blender will have an access to this library ?

View 1 Replies View Related

General :: Installing A Program And Have It Accessible As A Command From Any Directory?

Dec 23, 2010

I want to install a program (specifically metasploit), and have it accessible from any directory in the terminal. I have it installed correctly, but I have to travel to the directory it is installed in to run it (by using ./msfconsole ). I want to be able to be in any directory and just run "msfconsole" and have metasploit run. I have to copy the metasploit folder to the /opt/ directory? Maybe the /usr/bin/ directory?

View 3 Replies View Related

General :: Testing Home Directory Scripts By Setting $HOME To The Location Of The Test Directory

Apr 20, 2010

I have an interdependent collection of scripts in my ~/bin directory as well as a developed ~/.vim directory and some other libraries and such in other subdirectories. I've been versioning all of this using git, and have realized that it would be potentially very easy and useful to do development and testing of new and existing scripts, vim plugins, etc. using a cloned repo, and then pull the working code into my actual home directory with a merge.

The easiest way to do this would seem to be to just change & export $HOME, eg

cd ~/testing; git clone ~ home
export HOME=~/testing/home
cd ~
screen -S testing-home
# start vim, write/revise plugins, edit scripts, etc.
# test revisions

However since I've never tried this before I'm concerned that some programs, environment variables, etc., may end up using my actual home directory instead of the exported one. Is this a viable strategy? Are there just a few outliers that I should be careful about?

View 1 Replies View Related

General :: How To Run Program Remotely Via SSH But Display Locally

Mar 24, 2010

Is it possible for me to SSH to another server in Linux (Ubuntu), run a program there but display it locally?And is it possible for me to SSH to another server in my terminal,and configure it so that all graphical programs (Firefox, Emacs) run in that SSH session will be displayed locally?

View 3 Replies View Related

General :: Yum Installation Locally - Saying Cannot Change Directory ?

Jul 5, 2011

I have rhel5.4 in my vmware , i am trying to install yum repositories in /home/Server bcoz i dont have enough space in /var/ftp/pub. i installed vsftpd ,createrepo rpms and index is installed, but when i check for yum list its saying cannot change directory.

View 1 Replies View Related

General :: Program That Can Download Mail From A Server And Deliver Copies Locally?

Aug 31, 2011

Is there an open source application that can download e-mails from a generic POP mail server, keep a copy of the mails locally and then deliver copies to multiple accounts on a LAN? I have a friend who uses a group e-mail account, and more than one person is always hooked onto that account. The problem is they cannot leave e-mail on the server, as it eats out their webhosting space, but if someone downloads a message in Outlook, the other users do not see that message.

View 1 Replies View Related

Ubuntu :: Dosbox Doesn't Recognize Any Directory Other Then The Directory That Dosbox Is In?

Mar 17, 2010

I have the C drive were dosbox is mounted. I have 3 hard drives, C, D, and E. D I use for storage and quick refrence, E hd has all my games on it. I have figured out how to mount the 2nd hard drive. But dosbox doesn't recognize any directory other then the directory that dosbox is in.

View 8 Replies View Related

Software :: Installing A .rpm In Home Directory?

Nov 16, 2010

I'm using linux on a university machine and hence I don't have root access. I used to regularly use this application called gnome-do to open programs, search files and create notes but after the system was updated it was uninstalled. I like to use this program a lot and the administrator won't re-install it.

How do I install gnome-do in my home directory? I'm using opensuse 11.3 64-bit. I found the rpm and src.rpm on this website but can't figure out what to do.

View 3 Replies View Related

Fedora :: Installing Fonts In Home Directory On F12?

Jan 17, 2010

but something a lot of folks may not be aware of -- you don't have to go messing around over in /usr/share/fonts anymore if you've got a single-user type machine and just want some fonts for your personal desktop.Since I wipe most partitions when I upgrade (/home is on a separate one) this makes the fonts stay with my login. This is GNOME specific, I do believe KDE has a control panel to install fonts.

Obtain the TTF font(s) youd like to use; Ill use the custom Monaco Linux font as an example.

[Code]...

View 5 Replies View Related

General :: 'Could Not Chdir To Home Directory /home/[user]: Permission Denied'

Jan 6, 2010

I have a secondary disk which holds a /home directory structure from a previous install of Linux. I installed a new version on a new primary drive and mounted this secondary drive as the new /home. Problem is, even though the users are the same names and I can access the home directories for the users, I cannot login directly to their home directories, as I get the following error: -

Code:

login as: [me]
[me]@[machine]'s password:
Last login: Wed Jan 6 18:34:33 2010 from [machine]
Could not chdir to home directory /home/[me]: Permission denied
[[me]@[machine] /]$

Now, since the usernames are correct and the users are in the passwd file with the correct home directory paths, could it be user ID's that are different or something else? It's not as though I cannot access the home directories for the users, simply that I cannot log directly into them from a login prompt.

View 14 Replies View Related

General ::anything Special About Home Directory Before Users' Home Directories Are Stored There

Jun 19, 2010

Is there anything special about a home directory before users' home directories are stored there, or is just as typical as any other "empty" folder?Let me just cut to the chase, but please no ear ringing about the folly of messing around as root, particularly with directories at root level. I know it's considered stupidity, but I deleted my home directory.

Is there an easy way to restore a working home directory? I tried copying /etc/skel under root, but I'm not sure what a home directory should look like once it has been restored. Besides . & .., there were .screenrc & .xsession in my home directory when I copied /etc/skel. Are these files suppose to be in "/home" or "/home/~" or both?

View 10 Replies View Related

General :: Program Compiled With G++ -L Option Uses Library From /usr/lib?

Jun 28, 2011

I was unable to compile a program that used libicu42 on Ubuntu 11.04, because Ubuntu 11.04 has only libicu44 and does not have libicu42 installed. So during compile time I used g++ prog.c -L mylib/ to compile the program. mylib had libicu42 (This library is a shared library and has the .so extension). The program compiled successfully, but when I tried to run it, it failed and complained that it did not find libicu42. So I had to manually install libicu42 in /usr/lib. Then the program worked.'ldd prog' revealed that it looked for libicu42 in /usr/libWhat was the point of specifying the library path using -L, if the compiled program looked for the library in /usr/lib? It's almost like it was just to satisfy the compiler.

View 3 Replies View Related

Ubuntu :: Run Locally Maps Program?

Mar 5, 2010

I'm planning a trip and google maps/bing maps/mapquest seem to not like to have too many points on the itinerary. Is there a good similar program that I can run locally?

View 1 Replies View Related

General :: IDD Shows Pointing To Wrong Library Directory

Jun 16, 2010

For some reason, my Slackware 13.0 system has multiple problems.
When I do ldd /usr/bin/X | grep libpixman
I show a libpixman which is NOT in /usr/lib.

View 1 Replies View Related

Ubuntu :: Run A Program Installed On A Remote PC Locally?

Feb 11, 2010

Is it possible to run a program installed on a remote Ubuntu PC on the local PC? What I'm talking about is different from simply sending the GUI over the network (like X tunelling). I want the program to use the processor of the local machine. Is this possible?
(Here's an example. PC 1 has a fast processor. PC2 has gimp installed on it but has a slow processor. Can PC2 make GIMP run on PC1's processor over the network?)

View 9 Replies View Related

General :: Access Directory Outside Of Home Directory?

Apr 13, 2010

I'm using Mac OS X's Terminal.app shell to compile and run Fortran programs. One such program resides outside of my home directory (it is in the Applications folder, which resides on my hard drive but seems to be outside of my home folder). How can I navigate into this directory using Terminal.app to run the programs that reside there?

View 7 Replies View Related

Server :: Mounting Nfs Files Locally - RPC Error - Program Not Registered

Jan 21, 2010

First of all, in whether I have interpreted this correctly: [url]

Where we want all users to be able to restore backups. This involves nfs exporting and mounting the backup directory ON THE SAME MACHINE, no...?

I have been trying to fix this all day, and can't figure out why its not working.

All my /etc/fstab /etc/exports /etc/hosts.allow /etc/hosts.deny must be correct as the file mounts (after booting, but NOT ON booting) with:

All the necessary (I think) services are starting on boot:

On bootup I receive the error:

Code:

I have other filesystems mounted from another server which all mount fine. Its just this one.

View 1 Replies View Related

Ubuntu Networking :: Mount A Remote (ftp/ssh) Directory Locally

Jan 15, 2010

If you use Nautilus then you can just use the "Connect to server" from the file menu. However if you file manager does not support connecting to servers (like Thunar ) then you can use sshfs.

Code:
sudo apt-get install sshfs
You should create a directory as your mount point, say
Code:
mkdir /media/Server

[Code]....

View 1 Replies View Related

General :: ./configure - Step Doesn't Work With GTK+ Library Upgrade

Dec 4, 2010

First time trying this. After trying to upgrade Mozilla, I received a warning that my GTK+ library needed to be upgraded from 2.8 to 2.10 or newer.

In trying to upgrade my GTK+ library following these instructions, I got to the ./configure step but then received the warning bash: ./configure: No such file or directory.

I've got an EEE PC, running Linux (i686, I believe). I'm not sure what additional information to provide.

View 5 Replies View Related

General :: CD Drive Doesn't Recognize CD's Anymore

Jan 29, 2010

how to get linux onto an old laptop (dell inspiron 2600, 1GHZ, 120MB RAM). the cd drive doesn't recognize CD's anymore and in boot menu, "Setup Utility" the usb drives aren't recognized. the usb drive or pen drive boots in another desktop just fine. i need to somehow install xubuntu or crunchbang or something lite but must do it using net install. i see lots of tutorials but they are either too complicated or unknown source, like "inslux." and not too complicated of a process. I'm a "techie-tard," i guess. also, i'd like to suggest a new "sub-forum" in "distribution" forum, Called "General Distro."

View 9 Replies View Related

General :: Thunderbird Doesn't Recognize Name / Password

Jun 27, 2011

In getting my Fedora 15 installation up and running (which it mostly is, now, thanks to help from LQ!) I am at the point of installing thunderbird so that I can send/receive email. It seems to install fine, but when setting up the account it says that my username/password is not recognized. I know that I am typing them in right, and if I go directly to gmail with firefox rather than through thunderbird they work OK. Any thoughts? (I am also posting to the thunderbird forum at mozilla.)

View 6 Replies View Related

General :: Installing MPICH2 - Does Not Recognize Mpd

Feb 20, 2011

I have configured and made mpich successfully. But when I type "which mpd" it does not recognize mpd in "/usr/local/bin". Also, is it necessary to follow the following steps in installing mpich2:

[Code]....

View 1 Replies View Related

General :: Configure Environment After Installing A Development Library In System?

Feb 17, 2011

I installed a library to the /usr/local/ prefix in Linux using ./configure && make && make install. What environment variables do I need to set in order for the linker and compiler to search these new library and header paths?

View 1 Replies View Related

Ubuntu :: Finding A Program That Can Do Cross-browser Testing Of Basic Web Pages Locally

Feb 1, 2011

I'm looking for a program that can do cross-browser testing of basic web pages locally, without having to host them.

View 1 Replies View Related

General :: Windows XP Setup Doesn't Recognize Netbook's Harddrive?

Mar 4, 2010

Before Christmas, I wiped all partitions off my Acer Aspire One D150 netbook and installed Jolicloud Linux to try out. It's great, but I'm missing too much of my Windows-only software so I'd like to switch back.The problem I'm having is that the Windows XP Home setup CD is starting up the installer fine, but when it comes to selecting the harddrive to install on it's not finding anything.I've tried using GParted to wipe all partitions again and create a new FAT32 partition, but that's not being picked up by Windows XP setup either. (I've tried setting the 'boot' flag on this partition in GParted as well, but no change.)Is FAT32 not the correct paritition type for Windows XP Home? I'm thinking this isn't relevant at this point, because Windows XP setup doesn't seem to be mounting the HDD, nevermind analysing what partitions it has on it already.

View 3 Replies View Related

Fedora Servers :: Ache Wont Let View Other Locally Hosted Sites On Derver Directory

Nov 17, 2010

i installed phpmysql on F12 and it keeps prompting me for a user name and password. i tried login in with my root password but it does not permit me. How do i bypass this please. Also Aache wont let me view other locally hosted sites on my derver directory. restricts my permission.

View 1 Replies View Related

General :: Ubuntu Doesn't Recognize Wireless Card On Grundig Laptop

Feb 27, 2011

I have a problem with my Grundig's (model GNB-250D) laptop wireless card. I recently installed Ubuntu 10.10 and tried to use a wireless connection to browse the internet but it didn't detect any, it seemed strange as it worked perfectly on Windows. I can browse the internet fine if I use an Ehternet cable.

View 4 Replies View Related

General :: System Install CD Doesn't Recognize Disk Controller / Customize And Add Such Driver In It?

Nov 5, 2010

Sometimes the linux install CD does not recognize the disk controller
I am asking is there a way to customize the disk and add such driver
if yes :

what files from the driver to put and where to do that?

View 1 Replies View Related







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