Hi, I am trying to install mod_perl2 on my 10.4 (server) machine and I am getting the following error: ---> Configuring mod_perl2 Error: Target org.macports.configure returned: shell command "cd /opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_www_mod_perl2/work/mod_perl-2.0.3 && /opt/ local/bin/perl Makefile.PL MP_APXS=/opt/local/apache2/bin/apxs" returned error 133 Command output: dyld: Library not loaded: /usr/lib/libdl.0.dylib Referenced from: /opt/local/bin/perl Reason: image not found I am using the MacPorts version of Apache2. Andre
On 25-Feb-08, at 19:21 , Andre-John Mas wrote:
Hi,
I am trying to install mod_perl2 on my 10.4 (server) machine and I am getting the following error:
---> Configuring mod_perl2 Error: Target org.macports.configure returned: shell command "cd /opt/ local/var/macports/build/ _opt_local_var_macports_sources_rsync .macports.org_release_ports_www_mod_perl2/work/mod_perl-2.0.3 && / opt/ local/bin/perl Makefile.PL MP_APXS=/opt/local/apache2/bin/apxs" returned error 133 Command output: dyld: Library not loaded: /usr/lib/libdl.0.dylib Referenced from: /opt/local/bin/perl Reason: image not found
I am using the MacPorts version of Apache2.
I just looked on my 10.5 system and that file does not exist either. As a temporary work around I have made a symbolic link: ln -s /usr/lib/libdl.dylib /usr/lib/libdl.0.dylib Andre
participants (1)
-
Andre-John Mas