Hi, I've been running a private server using jabber-1.4.1 on debian linux, and am upgrading to openbsd 3.1 with jabber-1.4.2. There is a package for openbsd on http://jabberd.jabberstudio.org/1.4/142announce.html but since it is for an older version of openbsd there seems to be some problems installing it.
enabling ssl and running ./configure works fine on my server, but there is a compile error when running make that I don't know how to track down.... following is output.... Any help or ideas appreciated. Making all in pthsock gcc -g -Wall -I. -I.. -I/usr/include/openssl -DHAVE_SSL -I/usr/local/include -I../jabberd/ -shared -o pthsock_client.so client.o -L/usr/lib -L/usr/local/lib -lssl -lcrypto -lpth ld: client.o: RRS text relocation at 0x29fc for "_register_beat" ld: client.o: RRS text relocation at 0x29dd for "_pool_cleanup" ld: Total: 349 RRS text relocations Making all in xdb_file gcc -g -Wall -I. -I.. -I/usr/include/openssl -DHAVE_SSL -I/usr/local/include -I../jabberd -shared -o xdb_file.so xdb_file.o -L/usr/lib -L/usr/local/lib -lssl -lcrypto -lpth ld: xdb_file.o: RRS text relocation at 0xe64 for "_pool_cleanup" ld: xdb_file.o: RRS text relocation at 0xe49 for "_xmlnode_free" ld: Total: 114 RRS text relocations Making all in dnsrv gcc -g -Wall -I. -I.. -I/usr/include/openssl -DHAVE_SSL -I/usr/local/include -I../jabberd/ -shared -o dnsrv.so dnsrv.o srv_resolv.o ld: dnsrv.o: RRS text relocation at 0x171a for "_register_phandler" ld: dnsrv.o: RRS text relocation at 0x1703 for "_pth_spawn" ld: Total: 236 RRS text relocations Making all in jsm Making all in modules gcc -g -Wall -I. -I.. -I/usr/include/openssl -DHAVE_SSL -I/usr/local/include -I../jabberd/ -shared -o jsm.so deliver.o jsm.o modules.o offline.o server.o authreg.o sessions.o users.o util.o modules/mod_admin.o modules/mod_agents.o modules/mod_browse.o modules/mod_announce.o modules/mod_auth_plain.o modules/mod_auth_digest.o modules/mod_auth_0k.o modules/mod_echo.o modules/mod_filter.o modules/mod_groups.o modules/mod_presence.o modules/mod_xml.o modules/mod_roster.o modules/mod_time.o modules/mod_vcard.o modules/mod_version.o modules/mod_register.o modules/mod_log.o modules/mod_last.o modules/mod_offline.o -L/usr/lib -L/usr/local/lib -lssl -lcrypto -lpth ld: deliver.o: RRS text relocation at 0xf28 for "_mtq_send" ld: deliver.o: RRS text relocation at 0xefb for "_pmalloc" ld: Total: 2696 RRS text relocations Making all in dialback gcc -g -Wall -I. -I.. -I/usr/include/openssl -DHAVE_SSL -I/usr/local/include -I../jabberd -shared -o dialback.so dialback.o dialback_in.o dialback_out.o -L/usr/lib -L/usr/local/lib -lssl -lcrypto -lpth ld: dialback.o: RRS text relocation at 0x1287 for "_xmlnode_free" ld: dialback.o: RRS text relocation at 0x1278 for "_register_beat" ld: Total: 479 RRS text relocations Making all in jabberd "Makefile", line 6: Missing dependency operator "Makefile", line 8: Need an operator "Makefile", line 10: Need an operator "Makefile", line 11: Missing dependency operator "Makefile", line 13: Need an operator Fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/local/jabber-1.4.2 (line 52 of Makefile). __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com _______________________________________________ jdev mailing list [EMAIL PROTECTED] http://mailman.jabber.org/listinfo/jdev
