Problems with the roadrunner-0.9 install
Jaime Vargas <[email protected]> Thu, 16 Jan 2003 09:59:42 -0500
| Newsgroups | gmane.network.beep.roadrunner.general |
|---|---|
| Message-ID | <[email protected]> |
Hello all: I had tried to compile roadrunner-0.9 on an OpenBSD 3.2 box without complete success. Basically make stops when building the reference docs as show below: # cd roadrunner-0.9 # make make all-recursive Making all in librr Making all in tcp Making all in message Making all in profiles Making all in null_echo Making all in rot13 Making all in tests Making all in examples Making all in doc Making all in reference make: don't know how to make all-local. Stop in /home/jvargas/roadrunner-tree/ro adrunner-0.9/doc/reference. *** Error code 1 Stop in /home/jvargas/roadrunner-tree/roadrunner-0.9/doc (line 135 of Makefile). *** Error code 1 Stop in /home/jvargas/roadrunner-tree/roadrunner-0.9 (line 202 of Makefile). *** Error code 1 Stop in /home/jvargas/roadrunner-tree/roadrunner-0.9 (line 330 of Makefile). Because I figure the only part that was failing was the documentation, I went ahead with make install. I have the same problem installing the rrsyslog profile. # cd rrsyslog-0.9 # make make all-recursive Making all in librrsyslog Making all in tests Making all in doc Making all in reference make: don't know how to make all-local. Stop in /home/jvargas/roadrunner-tree/rr syslog-0.9/doc/reference. *** Error code 1 Stop in /home/jvargas/roadrunner-tree/rrsyslog-0.9/doc (line 134 of Makefile). *** Error code 1 Stop in /home/jvargas/roadrunner-tree/rrsyslog-0.9 (line 200 of Makefile). *** Error code 1 Stop in /home/jvargas/roadrunner-tree/rrsyslog-0.9 (line 328 of Makefile). After this I tried to run the tests in rrsyslog and I getting the following error: # pwd /home/jvargas/roadrunner-tree/rrsyslog-0.9/tests # ./rrsyslog-server /usr/libexec/ld.so: Undefined symbol "_pthread_cond_wait" in rrsyslog-server:/us r/local/lib/libgthread-2.0.so.0.4 Obviously there is something wrong. I would appreciate any help installing roadrunner. Thanks, Jaime