AOLserver Chat Logs

2006/11/05

IRC [00:28] *** cacrus joined the chat.
IRC [03:38] *** holycow parted the chat.
IRC [09:21] *** ryan-g2 joined the chat.
IRC [09:21] <ryan-g2> hello?
IRC [09:21] <nodie> hi
IRC [09:21] <ryan-g2> hi nodie
IRC [09:22] <ryan-g2> I'm having trouble compiling nsd all of a sudden for 4.0.10
IRC [09:22] <ryan-g2> ./configure --prefix=/usr/local/src/aolserver40r10 --with-tcl=/usr/local/lib
IRC [09:22] <ryan-g2> make install
IRC [09:23] <ryan-g2> fails with libnsd.so: undefined reference to `Ns_ConnModifiedSince'
IRC [09:23] <ryan-g2> libnsd.so: undefined reference to `Ns_ConnHeaders'
IRC [09:23] <ryan-g2> libnsd.so: undefined reference to `NsIsIdConn'
IRC [09:23] <ryan-g2> libnsd.so: undefined reference to `NsTclStartContentObjCmd'
IRC [09:23] <ryan-g2> libnsd.so: undefined reference to `Ns_ConnSetUrlEncoding'
IRC [09:23] <ryan-g2> libnsd.so: undefined reference to `Ns_ConnPeer'
IRC [09:23] <ryan-g2> libnsd.so: undefined reference to `Ns_ConnGetWriteEncodedFlag'
IRC [09:23] <ryan-g2> libnsd.so: undefined reference to `Ns_ConnServer'
IRC [09:23] <ryan-g2> libnsd.so: undefined reference to `NsTclConnObjCmd'
IRC [09:23] <ryan-g2> libnsd.so: undefined reference to `Ns_ConnLocation'
IRC [09:23] <ryan-g2> libnsd.so: undefined reference to `Ns_ConnSetEncoding'
IRC [09:23] <ryan-g2> libnsd.so: undefined reference to `Ns_ConnGetEncoding'
IRC [09:23] <ryan-g2> libnsd.so: undefined reference to `NsTclWriteContentObjCmd'
IRC [09:23] <ryan-g2> libnsd.so: undefined reference to `Ns_ConnOutputHeaders'
IRC [09:26] <nodie> what operative system are you using?
IRC [09:26] <ryan-g2> FC4
IRC [09:27] <cacrus> try this ,
IRC [09:28] <cacrus> Change the line 843 in aolserver*/nsd/conn.c from
IRC [09:28] <cacrus> connPtr = (Conn *) conn = itPtr->conn;
IRC [09:28] <cacrus> to
IRC [09:28] <cacrus> conn = itPtr->conn;
IRC [09:28] <cacrus> connPtr = (Conn *) conn;
IRC [09:28] <cacrus> I faced issues while compiling Aolserver 4.0.10 on FC4 ,
IRC [09:29] <cacrus> from nsd/unix.c
IRC [09:29] <cacrus> comment out the pthread_kill_other_threads_np() line and
IRC [09:29] <cacrus> you would be fine , hopefully
IRC [09:30] <ryan-g2> I chanhed conn.c to connPtr = conn = (Conn *) conn;
IRC [09:33] <ryan-g2> okay my sed failed on conn.c so that file was empty
IRC [09:34] <ryan-g2> trying it again
IRC [09:34] *** cacrus parted the chat.
IRC [09:47] <ryan-g2> will someone change those lines in cvs?
IRC [09:51] <nodie> is there someone with cvs writing permission here?
IRC [09:51] <nodie> :)
IRC [09:51] <nodie> ryan-g2: fill a bug request in tcl.sf.org
IRC [09:51] <nodie> I filled one yesterday :p
IRC [09:59] <nodie> is tcl.sourceforge.net running?
IRC [09:59] <nodie> I can't see the site...
IRC [11:57] <ryan-g2> I think Dossy knows already
IRC [12:40] *** ryan-g2 parted the chat.
IRC [16:33] *** holycow joined the chat.