Has anyone done this successfully. 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.

System info:
Panther (10.3)
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:

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]



Reply via email to