HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Help with mod_perl
Operating System - HP-UX
1832890
Members
3104
Online
110048
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 02:35 AM
09-24-2002 02:35 AM
Hi everybody.
Could someone help me to install mod_perl for Apache before I shoot myself?
I have been trying to install this module for a few days now without any success.
Here is my config:
?? HP-UX 11.00
?? Apache 1.3.26 from the HP Software centre - binary distribution
?? Perl v5.8.0 for PA-RISC1.1 ??? Built from sources using gcc 3.2 and the following command : ./Configure -d -e -Dcc=gcc -Dprefix=/usr/local -Duseshrplib useposix=true -A append:ccflags=' -fPIC'
I am trying to install mod_perl-1.27.
Many thanks,
Chris
Could someone help me to install mod_perl for Apache before I shoot myself?
I have been trying to install this module for a few days now without any success.
Here is my config:
?? HP-UX 11.00
?? Apache 1.3.26 from the HP Software centre - binary distribution
?? Perl v5.8.0 for PA-RISC1.1 ??? Built from sources using gcc 3.2 and the following command : ./Configure -d -e -Dcc=gcc -Dprefix=/usr/local -Duseshrplib useposix=true -A append:ccflags=' -fPIC'
I am trying to install mod_perl-1.27.
Many thanks,
Chris
Solved! Go to Solution.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2002 04:22 AM
09-24-2002 04:22 AM
Solution
Hi Chris,
To install mod_perl, you will have to compile on your own Apache 1.3.26, which means download it from apache.org and compile it from sources.
I never did it for mod_perl, but I did it with php, I think it is the same concept :
You have to compile mod_perl on one side (./configure ...options... with_apachesource=)
then make and make install the mod_perl
And the second step is the Apache compilation :
./configure ...option... and something --activate-module=.
May be you have to make the apache configure before compilation of mod_perl.... (to create modules directories) ?
Then make make install of Apache.. And play !!!
The best thing is to see INSTALL file from mod_perl sources. As perl is install, you have gcc 3.2 working, then you shouldn't have compiler troubles (keep gcc in your $PATH).
Hope this will help...
Benoit
To install mod_perl, you will have to compile on your own Apache 1.3.26, which means download it from apache.org and compile it from sources.
I never did it for mod_perl, but I did it with php, I think it is the same concept :
You have to compile mod_perl on one side (./configure ...options... with_apachesource=
then make and make install the mod_perl
And the second step is the Apache compilation :
./configure ...option... and something --activate-module=
May be you have to make the apache configure before compilation of mod_perl.... (to create modules directories) ?
Then make make install of Apache.. And play !!!
The best thing is to see INSTALL file from mod_perl sources. As perl is install, you have gcc 3.2 working, then you shouldn't have compiler troubles (keep gcc in your $PATH).
Hope this will help...
Benoit
Une application mal pansée aboutit à une usine à gaze (GHG)
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP