Whilst upgrading httpd 2.0.47 -> 2.0.48 I encountered this error on trying 
`apachectl start':

dyld: /Library/Apache2/bin/httpd version mismatch for library: 
/Library/Apache2/lib/libexpat.0.dylib (compatibility version of user: 5.0.0 
greater than library's version: 2.0.0)

As far as I can gather I need to try something along the lines of:

$ libtool gcc -g -O -o libhello.la foo.lo hello.lo \
                -rpath /usr/local/lib -lm
                
 in order to link the libs.
 
 The upgrade was was seperate from OS X.2.8's Apache and took place in 
/Library/Apache2 but it seems to have linked with the /usr/local/lib version of 
libexpat.0.dylib.

Does anybody have a workaround for this situation? I've asked on httpd.users 
and mod_perl without success and read/Googled constantly but no luck...

Any help gratefully received.

Cheers,

Regards,

    Phil.

Reply via email to