Hello Everyone,

I have a fresh installation of FC10, with gcc 4.3.2, kerrnel 2.6.27,
on a P4 1.8GHz, 256 DDR RAM, with Python 2.6.2 (--enable-shared,
--with-threads, /opt/python262), Tcl / Tk 8.5 installed as part of the
distro (/usr/lib), tclConfig.sh has TCL_THREADS=1

This is my test installations and for R&D. Looking to develop app. /
solution with PyWX+PostgreSQL on AoLserver with OpenSSL.

following steps were taken for installation:

# tar zxvf aolserver-4.5.1-src.tar.gz

# cd aolserver-4.5.1

# ./configure --prefix=/opt/aolserver --with-tcl=/usr/lib\
 --enable-threads | tee aol451_config.log


   ===========XXXX=============
script files util/nsmakeall.tcl, util/nsinstall.tcl,
util/nsremove.tcl, first, are not given appropriate permissions for
execution (x) and, second, they are neither handed over to tclsh by
make nor come with a shebang.
1> "chmod u+x" on all of the scripts mentioned above.
2> add shebangs (e.g., #!/usr/bin/tclsh) on the top of the scripts.
    =============XXXXXXX==============

# make > aol451_make.log

This is the following error i got on running 'make' :



nsthreadtest.c:51: warning: âRCSIDâ defined but not used
/home/nitin/newpy/aolserver-4.5.1/util/nsremove.tcl nsthreadtest
gcc  -o nsthreadtest nsthreadtest.o \
                -L. -lnsthread -L/usr/lib -ltcl8.5 -ldl  -lieee -lm
-lgcc_s   -Wl,--export-dynamic
nsthreadtest.o: In function `main':
/home/nitin/newpy/aolserver-4.5.1/nsthread/nsthreadtest.c:481:
undefined reference to `pthread_create'
/home/nitin/newpy/aolserver-4.5.1/nsthread/nsthreadtest.c:490:
undefined reference to `pthread_join'
./libnsthread.so: undefined reference to `pthread_mutex_trylock'
./libnsthread.so: undefined reference to `pthread_key_create'
./libnsthread.so: undefined reference to `pthread_attr_setstacksize'
./libnsthread.so: undefined reference to `pthread_sigmask'
./libnsthread.so: undefined reference to `pthread_getspecific'
./libnsthread.so: undefined reference to `pthread_attr_getstackaddr'
./libnsthread.so: undefined reference to `pthread_attr_getstacksize'
./libnsthread.so: undefined reference to `pthread_detach'
./libnsthread.so: undefined reference to `pthread_setspecific'
./libnsthread.so: undefined reference to `pthread_getattr_np'
collect2: ld returned 1 exit status
gmake[1]: *** [nsthreadtest] Error 1
gmake[1]: Leaving directory `/home/nitin/newpy/aolserver-4.5.1/nsthread'

Can someone please support me in resolving this issue and get me up a
working AoLserver.

TIA

Nitin


--
AOLserver - http://www.aolserver.com/

To Remove yourself from this list, simply send an email to 
<lists...@listserv.aol.com> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: 
field of your email blank.

Reply via email to