On Friday, October 31, 2003, at 07:11 PM, Arne Claassen wrote:


Has anyone done this successfully.

Yes (but, see below)


I'd like to use my TiBook for dev work offline, but my attempts have been fruitless so far. All problems seem to be dynamic linking issues. Next step i'm considering is rebuilding perl 5.8.1 from source and then rebuilding Apache again. If you can save me from that path, please let me know.

If my memory serves me correctly... no wait, I have a web page for this I remember now :-)


http://simonwoodside.com/dev/axkit/howto.html

Er, it's a bit out of date. I don't use sablotron any more, dont' bother, it's a hassle and not worth it. Libxslt is much better. Also I think the most recent time I did it, I used perl 5.8.0. I guess next time I install I should update. If you get it to work can you tell me what you did?

System info:
Panther (10.3)

Yeah, that's going to make things harder for you ;-) no doubt stuff has changed. I don't have panther yet myself. Has fink upgraded yet? I guess so.


LibXML,LibXSLT,Expat built from source with Fink

Using the OS provided Perl 5.8.1 and Apache 1.3.28 (uses DSO) i got this:

IIRC with jaguar everyone said to statically compile mod_perl in and not to use DSOs.


simon


dyld: /usr/sbin/httpd Undefined symbols: _crc32 _deflate _deflateEnd _deflateInit2_ _gzclose _gzdopen _gzopen _gzread _gzwrite /usr/sbin/apachectl: line 171: 29992 Trace/BPT trap $HTTPD -t

So i figure, it's a DSO issue and i build 1.3.27 (what i have on linux) as a static mod_perl server and now i get this:
dyld: /usr/local/apache-1.3.27+mod_ssl+mod_perl/sbin/httpd Undefined symbols:
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/AxKit.bundle undefined reference to _PERL_RUNNING expected to be defined in a dynamic image
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/AxKit.bundle undefined reference to _ap_add_module expected to be defined in a dynamic image
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/AxKit.bundle undefined reference to _ap_add_version_component expected to be defined in a dynamic image
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/AxKit.bundle undefined reference to _ap_cfg_getline expected to be defined in a dynamic image
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/AxKit.bundle undefined reference to _ap_find_linked_module expected to be defined in a dynamic image
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/AxKit.bundle undefined reference to _ap_find_module_name expected to be defined in a dyna/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/ AxKit.bundle undefined reference to _ap_getword_conf expected to be defined in a dynamic image
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/AxKit.bundle undefined reference to _ap_handle_command expected to be defined in a dynamic image
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/AxKit.bundle undefined reference to _ap_ind expected to be defined in a dynamic image
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/AxKit.bundle undefined reference to _ap_invoke_handler expected to be defined in a dynamic image
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/AxKit.bundle undefined reference to _ap_log_rerror expected to be defined in a dynamic image
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/AxKit.bundle undefined reference to _ap_null_cleanup expected to be defined in a dynamic image
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/AxKit.bundle undefined reference to _ap_palloc expected to be defined in a dynamic image
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/AxKit.bundle undefined reference to _ap_pcalloc expected to be defined in a dynamic image
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/AxKit.bundle undefined reference to _ap_pstrdup expected to be defined in a dynamic image
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/AxKit.bundle undefined reference to _ap_register_cleanup expected to be defined in a dynamic image
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/AxKit.bundle undefined reference to _ap_remove_module expected to be defined in a dynamic image
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/AxKit.bundle undefined reference to _ap_set_flag_slot expected to be defined in a dynamic image
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/AxKit.bundle undefined reference to _ap_set_string_slot expected to be defined in a dynamic image
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/AxKit.bundle undefined reference to _perl_call_handler expected to be defined in a dynamic image
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/AxKit.bundle undefined reference to _perl_request_rec expected to be defined in a dynamic image
/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/AxKit/AxKit.bundle undefined reference to _sv2request_rec expected to be defined in a dynamic image
/usr/local/apache/sbin/apachectl: line 184: 22825 Trace/BPT trap $HTTPD -t



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



-- anti-spam: do not post this address publicly www.simonwoodside.com -- 99% Devil, 1% Angel


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to