problems with mod_perl2


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers problems with mod_perl2
# 1  
Old 03-20-2008
Data problems with mod_perl2

I don't know if this is the right forum to post this in, but I am trying to run apache 2.2.8 on solaris 10 and I get an error from the runtime that has to do with perl_require_module. This is the error...
Code:
ld.so.1: httpd: fatal: relocation error: file /data/users/username/perl/lib/site_perl/5.8.5/sun4-solaris/auto/Apache/Constants/Constants.so: symbol perl_require_module: referenced symbol not found

I've had a couple of different people tell me that this has to do with a bad mod_perl2 install. I am new to perl and solaris, so I am having trouble figuring out what I should do to 1) get this to work correctly and 2) not mess up the current apache1 and mod_perl1 installs that are currently on the machine i am testing with. Is there anyone here with some help?

I am trying to build apache 2.2.8 with mod_perl 2.0.3 and run it on an alternate port.

Thanks.

Thank you.

Last edited by Yogesh Sawant; 03-25-2008 at 08:31 AM.. Reason: added code tags
# 2  
Old 04-04-2008
I have no idea if this will help but it took me an age to get mod_perl2/Apache2 to work together. The answer for me was that both mod_perl2 AND Apache2 should be compiled using the SAME compiler. As soon as I did this (I had been using a pre-compiled Apache2) all my troubles (and similar error messages to yours) went away!
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

About ps -ef and if-else problems

I'm new in Shell Programming and Scripting, I would like to ask some questions. ps -ef | grep $appNAme | grep -v grep <-- what will it return when it find a process is running? return 1 or 0 if then exit 1 <--- if = 0 , run this ? else continue <--- if = 1 , run this ?... (5 Replies)
Discussion started by: LoAlex
5 Replies

2. Shell Programming and Scripting

If/then problems

#! /bin/bash # ask what the user would like to do CMD=$CMD MBA=$MB RS=$RS CT=$CT echo echo -n "What would you like to do?? REMEMBER WHEN PROGRAMMING ICP's TO SELECT CORRECT COMMAND ACCORDING TO NECCESSARY TYPE CODE! Please enter a command ct = program ctek ... (5 Replies)
Discussion started by: tdalyman
5 Replies

3. UNIX for Dummies Questions & Answers

Problems with IF Else ??!!

I have written the following code in cygwin to create directories in windows based on the parameter passed. echo $1 > fullpath path1=`awk -F / '{print $1}' $fullpath path2=`awk -F / '{print $2}' $fullpath if then if then if then continue ... (4 Replies)
Discussion started by: janardhanamk
4 Replies

4. UNIX for Advanced & Expert Users

problem in installing mod_perl2 in my win32 pc

Dear all; kindly need your help in knowing what is the problem in scenario below:- 1- I have Strawberry Perl (version 5.12.0) installed on my win32 PC. 2- I have Apache server (version 2.2.16) installed on my PC as well. I tried to install mod_perl2 using CPAN... (2 Replies)
Discussion started by: ahmad.diab
2 Replies

5. SuSE

Problems!!

good friends I am new to linux and I have the following TELNET service problem entering data devo telnet to a Windows server 2003 server and passes will not let me since the move to this server by telnet tells me the characters and thus invalidates me income, I have a service application... (1 Reply)
Discussion started by: pepetico
1 Replies

6. UNIX for Dummies Questions & Answers

Problems with using less

Hello, I am having problems with using less on Linux version 2.6.18-92.1.17.el5 (brewbuilder@hs20-bc1-7.build.redhat.com) (gcc version 4.1.2 20071124 (Red Hat 4.1.2-42)). I am using csh but have the same problems on bash. If I pipe something to less it works perfectly i.e. cat file | less... (9 Replies)
Discussion started by: z1dane
9 Replies

7. UNIX for Dummies Questions & Answers

problems with If

I'm having problems uses "if" it works fine when i do this. #!/bin/sh a= 10 qw= 2 w= 20 { if && ;then echo 3 fi } However if i try to do #!/bin/sh a= 10 (5 Replies)
Discussion started by: THM
5 Replies

8. UNIX for Dummies Questions & Answers

Few problems

Hi how can i do this? 1) shell script which writes data and time on to a file if filesystem exceeds 70% of space. 2) make entry to cron table to run a script every 15 mins. and can anyone expplain or demonstrate the difference between variables used in inside a function and outside a... (3 Replies)
Discussion started by: vivekshankar
3 Replies

9. UNIX for Advanced & Expert Users

'make' problems (compliation problems?)

I'm trying to compile and install both most recent version of 'make' and the most recent version of 'openssh' on my Sparc20. I've run into the following problems... and I don't know what they mean. Can someone please help me resolve these issues? I'm using the 'make' version that was... (5 Replies)
Discussion started by: xyyz
5 Replies
Login or Register to Ask a Question