Ask a Question related to PERL Modules, Design and Development.
-
gothrabbit@gmail.com #1
Installing mod-perl on Tiger (OSX) issues
I am trying to install mod-perl 2.0.2 on top of apache 2.0.50 on MacOSX
Tiger (10.2.4).
I did:
perl Makefile.PL MP_APXS=/usr/local/apache2/bin/apxs
Then:
make
Which regenerated makefiles and told me:
==> Your Makefile has been rebuilt. <==
==> Please rerun the make command. <==
When I try to re-run make, I get a slew of errors such as:
/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE/perl.h:2286:
parse error before "I32"
/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE/perl.h:2286:
warning: no semicolon at end of struct or union
/usr/include/regexp.h:84: conflicting types for `regcomp'
/usr/local/apache2/include/pcreposix.h:79: previous declaration of
`regcomp'
/usr/include/regexp.h:85: conflicting types for `regexec'
/usr/local/apache2/include/pcreposix.h:80: previous declaration of
`regexec'
/System/Library/Perl/5.8.6/darwin-thread-multi-2level/CORE/perl.h:3751:
storage size of `PL_vtbl_utf8' isn't known
make[1]: *** [mod_perl.lo] Error 1
make: *** [modperl_lib] Error 2
Any ideas what could be wrong and how to get it working?
Thanks!
Rebecca
gothrabbit@gmail.com Guest
-
Installing CF 7 and JRun 4 on Tiger
I'm attempting to install JRun4 and CF 7.0 on my Mac which is currently running OS 10.4. I've readup on all the various post as to how best do this... -
Installing Coldfusion 7 on OS 10.4 (Tiger)
I'm trying to share what I had to do to finally get the developer version of CF 7 to run on OS 10.4 in Tomcat. Warning: if you are upgrading from... -
CF broken after installing Mac OS 10.4 "Tiger"
I installed Tiger last night and my ColdFusion 6.1 installation has stopped working. I can still start the servers fine using... -
Mac Users Please Read - Issues with DW & Tiger
MM has posted a couple of technotes on issues running DW on the new Mac OS Tiger. If you are considering upgarding your system you might want to... -
Re : Installing CPAN Perl Modules with Activestate Perl 5. v5.8
Hi, In the process of trying to get perl modules installed, I downloaded over 300 Activestate specific perl modules and they work fine (of the ones...



Reply With Quote

