GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: apache+mod_ssl+openssl question~
Operating System - HP-UX
1845906
Members
5070
Online
110250
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
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
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
10-11-2005 12:46 AM
10-11-2005 12:46 AM
apache+mod_ssl+openssl question~
dear all , have a good time~~
i wanted to install apache+mod_ssl+openssl but i ve an error when i do next~
----------------------------------------------1.Fetch and extract the distributions of Apache, mod_ssl and OpenSSL
apache_1.3.33.tar.gz
mod_ssl-2.8.24-1.3.33.tar.gz
openssl-0.9.8.tar.gz
2.Build OpenSSL
$ cd openssl-0.9.8
$ ./config
$ make
$ cd ..
*** success***
3.Build and install the SSL-aware Apache
$ cd mod_ssl-2.8.24-1.3.33
$ ./configure \
--with-apache=../apache_1.3.33 \
--with-ssl=../openssl-0.9.8 \
--prefix=/usr/local/apache
$ cd ..
$ cd apache_1.3.33
$ make
cc -c -I../../os/unix -I../../include -DHPUX11 -Aa -Ae -D_HPUX_SOURCE
-DMOD_SSL=208124 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED
`../../apaci` -DSSL_COMPAT -DSSL_ENGINE -I/home/src/openssl-0.9.8/include -DMOD_SSL_VERS
ION=\"2.8.24\" ssl_expr.c
cpp: "../../include/ap_config.h", line 65: warning 2002: Redefinition of param names for
macro __attribute__.flex -Pssl_expr_yy -s -B ssl_expr_scan.l
Make: Cannot load flex. Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
----------------------------------------------
my hpux system is B.11.11 and 64bit.
Why does present state ?
I try apache compile with no option.
$ rm -rf apache_1.3.33
$ tar zxvf apache_1.3.33.tar
$ cd apache_1.3.33
$ make <---*** success ***--->
$ make install <---*** success ***--->
In my opinion this error is "mod_ssl and apache" problems.
help me!!!!!
i wanted to install apache+mod_ssl+openssl but i ve an error when i do next~
----------------------------------------------1.Fetch and extract the distributions of Apache, mod_ssl and OpenSSL
apache_1.3.33.tar.gz
mod_ssl-2.8.24-1.3.33.tar.gz
openssl-0.9.8.tar.gz
2.Build OpenSSL
$ cd openssl-0.9.8
$ ./config
$ make
$ cd ..
*** success***
3.Build and install the SSL-aware Apache
$ cd mod_ssl-2.8.24-1.3.33
$ ./configure \
--with-apache=../apache_1.3.33 \
--with-ssl=../openssl-0.9.8 \
--prefix=/usr/local/apache
$ cd ..
$ cd apache_1.3.33
$ make
cc -c -I../../os/unix -I../../include -DHPUX11 -Aa -Ae -D_HPUX_SOURCE
-DMOD_SSL=208124 -DUSE_HSREGEX -DEAPI -DUSE_EXPAT -I../../lib/expat-lite -DNO_DL_NEEDED
`../../apaci` -DSSL_COMPAT -DSSL_ENGINE -I/home/src/openssl-0.9.8/include -DMOD_SSL_VERS
ION=\"2.8.24\" ssl_expr.c
cpp: "../../include/ap_config.h", line 65: warning 2002: Redefinition of param names for
macro __attribute__.flex -Pssl_expr_yy -s -B ssl_expr_scan.l
Make: Cannot load flex. Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
Stop.
*** Error exit code 1
----------------------------------------------
my hpux system is B.11.11 and 64bit.
Why does present state ?
I try apache compile with no option.
$ rm -rf apache_1.3.33
$ tar zxvf apache_1.3.33.tar
$ cd apache_1.3.33
$ make <---*** success ***--->
$ make install <---*** success ***--->
In my opinion this error is "mod_ssl and apache" problems.
help me!!!!!
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2005 02:54 AM
10-11-2005 02:54 AM
Re: apache+mod_ssl+openssl question~
Download GCC , I from here
http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.0.2/
And then try the rebuild , the CC complier is not a good complier
http://hpux.connect.org.uk/hppd/hpux/Gnu/gcc-4.0.2/
And then try the rebuild , the CC complier is not a good complier
Divide and Conquer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2005 03:19 AM
10-16-2005 03:19 AM
Re: apache+mod_ssl+openssl question~
yeah I resolve this problem
flex problem~~
install flex-2.5.4a-hppa-11.11.depot.gz
(http://hpux.connect.org.uk)
after install, don't forget flex PATH~
#vi /etc/PATH
add~~~
flex problem~~
install flex-2.5.4a-hppa-11.11.depot.gz
(http://hpux.connect.org.uk)
after install, don't forget flex PATH~
#vi /etc/PATH
add~~~
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 2026 Hewlett Packard Enterprise Development LP