[torqueusers] configuration problem
Garrick Staples
garrick at clusterresources.com
Thu Mar 15 11:50:28 MDT 2007
On Wed, Mar 14, 2007 at 05:05:53PM -0500, Julien Bessiere alleged:
> Hi,
>
> I'm just finished to install Torque 2.1.8 by running :
> #./configure
> #make
> #make install
>
> as seen in the online documentation.
>
> But I'm having trouble when initializing the server :
> #pbs_server -t create
> pbs_server: error while loading shared libraries: libtorque.so.0: cannot
> open shared object file: No such file or directory
>
> I've checked, the libtorque.so is in /usr/local/lib/libtorque.so
>
> what I've done wrong?
If your OS doesn't have /usr/local/lib in the default library path, you
can either add it (Linux uses /etc/ld.so.conf) or use LD_RUN_PATH and
rebuild torque.
$ make clean
$ export LD_RUN_PATH=/usr/local/lib
$ make
$ su -c "make install"
More information about the torqueusers
mailing list