[torqueusers] torque gui-error linux 64 bits
Bisbal, Prentice
PBisbal at LexPharma.com
Thu Feb 23 15:52:14 MST 2006
Jhon,
What does the output of make look like where the error occurs? Does it look like this:
make[2]: Entering directory `/scratch/pbisbal/torque-2.0.0p4/src/tools'
gcc -g -I../../src/include -I../../src/include -I/usr/include -I/usr/include -D
HAVE_CONFIG_H -o pbs_tclsh pbs_tclWrap.o site_tclWrap.o pbsTclInit.o ../lib/Lib
log/liblog.a ../lib/Libcmds/libcmds.a ../lib/Libnet/libnet.a ../lib/Libpbs/libpb
s.a -L/usr/lib -ltclx -ltkx -ltk8.3 -ltcl8.3 -L/usr/X11R6/lib -lX11 -lm
/usr/bin/ld: cannot find -ltkx
collect2: ld returned 1 exit status
make[2]: *** [pbs_tclsh] Error 1
make[2]: Leaving directory `/scratch/pbisbal/torque-2.0.0p4/src/tools'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/scratch/pbisbal/torque-2.0.0p4/src'
make: *** [install] Error 2
This problem occured to me on a RHEL3WS, Update 6 system. This error is caused by a missing link named libtkx.so that points to the versioned file:
cd /usr/lib
ls -l libtk*
-rwxr-xr-x 1 root root 763200 Sep 7 22:20 libtk8.3.so
lrwxrwxrwx 1 root root 11 Dec 30 12:44 libtk.so -> libtk8.3.so
-rw-r--r-- 1 root root 3604 Sep 7 22:20 libtkstub8.3.a
-rw-r--r-- 1 root root 5322 Sep 7 22:20 libtkx8.3.a
-rwxr-xr-x 1 root root 6900 Sep 7 22:20 libtkx8.3.so
ln -s libtkx8.3.so libtkx.so
After creating that link, it compiles. As far as I can tell, this is a bug in the RHEL3WS distribution.
I don't know if that's your problem, but definitely check to see if that link is there.
Prentice
-----Original Message-----
From: torqueusers-bounces at supercluster.org on behalf of jhon
Sent: Thu 2/23/2006 4:28 AM
To: Diego Vadell
Cc: torqueusers at supercluster.org
Subject: Re: [torqueusers] torque gui-error linux 64 bits
Diego,
I used the command
./configure --enable-server --disable-mom --with-tclx
and now I tried to use your comand but I see the same error
" checking Tcl version... no found
error: cannot find Tcl version in /dev/null"
I will search on the mailing list
On Thu, 23 Feb 2006 22:41:37 +0500, Diego Vadell <dvadell at lantech.com.ar>
wrote:
> Hi!
> I was able to compile it with "./configure --with-tclx --enable-gui"
> (see "compiling xpbsmon" in the mailing list archives). How are you
> running ./configure?
>
> -- Diego.
>
> <quote who="jhon">
>> Hi
>> I installed the torque 2.0 without gui interface, and this install ok,
>> now I need to intall the xpbsmon and server but when I tried to install
>> with --enable-gui option i received the following error
>>
>> error: cannot find Tcl version in /dev/null
>>
>> but when I run rpm -q Tcl I found tcl-8.4.7-2
>>
>> I run over linux ws 4 64 bits
>>
>> Any help I will apreciate
>>
>> Jhon
>>
>>
>> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
>> _______________________________________________
>> torqueusers mailing list
>> torqueusers at supercluster.org
>> http://www.supercluster.org/mailman/listinfo/torqueusers
>>
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
_______________________________________________
torqueusers mailing list
torqueusers at supercluster.org
http://www.supercluster.org/mailman/listinfo/torqueusers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.supercluster.org/pipermail/torqueusers/attachments/20060223/5b8a3fe2/attachment-0001.html
More information about the torqueusers
mailing list