- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Unable to build apache 2.2.4 on SUSE 10 IA64.
Operating System - Linux
1823015
Members
3645
Online
109645
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
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
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
тАО05-07-2007 02:05 AM
тАО05-07-2007 02:05 AM
Unable to build apache 2.2.4 on SUSE 10 IA64.
Hi,
I am trying to build apache 2.2.4 on a SUSE 10 server.
gsubrama@lcialnx5:/nfs/vol2/homes2/gsubrama> more /etc/SuSE-release
SUSE Linux Enterprise Server 10 (ia64)
VERSION = 10
However, I am getting the following error. Please suggest.
/usr/include/apr-1/apr_ldap.h:97:2: error: #error Support for LDAP v2.0 toolkits has been removed from apr-util. Please use an LDAP v3.0 toolkit.
In file included from /usr/include/apr-1/apr_ldap.h:120,
from /tmp/apache/httpd-2.2.4/include/util_ldap.h:31,
from exports.c:38:
/usr/include/apr-1/apr_ldap_init.h:112: error: expected declaration specifiers or '...' before 'LDAP'
In file included from /usr/include/apr-1/apr_ldap.h:121,
from /tmp/apache/httpd-2.2.4/include/util_ldap.h:31,
from exports.c:38:
/usr/include/apr-1/apr_ldap_option.h:204: error: expected declaration specifiers or '...' before 'LDAP'
/usr/include/apr-1/apr_ldap_option.h:226: error: expected declaration specifiers or '...' before 'LDAP'
In file included from exports.c:38:
/tmp/apache/httpd-2.2.4/include/util_ldap.h:78: error: 'LDAP_DEREF_NEVER' undeclared here (not in a function)
/tmp/apache/httpd-2.2.4/include/util_ldap.h:79: error: 'LDAP_DEREF_SEARCHING' undeclared here (not in a function)
/tmp/apache/httpd-2.2.4/include/util_ldap.h:80: error: 'LDAP_DEREF_FINDING' undeclared here (not in a function)
/tmp/apache/httpd-2.2.4/include/util_ldap.h:81: error: 'LDAP_DEREF_ALWAYS' undeclared here (not in a function)
/tmp/apache/httpd-2.2.4/include/util_ldap.h:86: error: expected specifier-qualifier-list before 'LDAP'
make[2]: *** [exports.lo] Error 1
make[2]: Leaving directory `/tmp/apache/httpd-2.2.4/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/apache/httpd-2.2.4/server'
make: *** [all-recursive] Error 1
gsubrama@lcialnx5:/tmp/apache/httpd-2.2.4>
I am trying to build apache 2.2.4 on a SUSE 10 server.
gsubrama@lcialnx5:/nfs/vol2/homes2/gsubrama> more /etc/SuSE-release
SUSE Linux Enterprise Server 10 (ia64)
VERSION = 10
However, I am getting the following error. Please suggest.
/usr/include/apr-1/apr_ldap.h:97:2: error: #error Support for LDAP v2.0 toolkits has been removed from apr-util. Please use an LDAP v3.0 toolkit.
In file included from /usr/include/apr-1/apr_ldap.h:120,
from /tmp/apache/httpd-2.2.4/include/util_ldap.h:31,
from exports.c:38:
/usr/include/apr-1/apr_ldap_init.h:112: error: expected declaration specifiers or '...' before 'LDAP'
In file included from /usr/include/apr-1/apr_ldap.h:121,
from /tmp/apache/httpd-2.2.4/include/util_ldap.h:31,
from exports.c:38:
/usr/include/apr-1/apr_ldap_option.h:204: error: expected declaration specifiers or '...' before 'LDAP'
/usr/include/apr-1/apr_ldap_option.h:226: error: expected declaration specifiers or '...' before 'LDAP'
In file included from exports.c:38:
/tmp/apache/httpd-2.2.4/include/util_ldap.h:78: error: 'LDAP_DEREF_NEVER' undeclared here (not in a function)
/tmp/apache/httpd-2.2.4/include/util_ldap.h:79: error: 'LDAP_DEREF_SEARCHING' undeclared here (not in a function)
/tmp/apache/httpd-2.2.4/include/util_ldap.h:80: error: 'LDAP_DEREF_FINDING' undeclared here (not in a function)
/tmp/apache/httpd-2.2.4/include/util_ldap.h:81: error: 'LDAP_DEREF_ALWAYS' undeclared here (not in a function)
/tmp/apache/httpd-2.2.4/include/util_ldap.h:86: error: expected specifier-qualifier-list before 'LDAP'
make[2]: *** [exports.lo] Error 1
make[2]: Leaving directory `/tmp/apache/httpd-2.2.4/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/apache/httpd-2.2.4/server'
make: *** [all-recursive] Error 1
gsubrama@lcialnx5:/tmp/apache/httpd-2.2.4>
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-07-2007 02:40 AM
тАО05-07-2007 02:40 AM
Re: Unable to build apache 2.2.4 on SUSE 10 IA64.
Shalom,
I'm guessing the system is LDAP integrated:
Support for LDAP v2.0 toolkits has been removed from apr-util. Please use an LDAP v3.0 toolkit.
Following this advice would be a good idea.
I would review the pre-requisite requirements on the apache site as far as compliers, you are apparently not meeting those requirements.
SEP
I'm guessing the system is LDAP integrated:
Support for LDAP v2.0 toolkits has been removed from apr-util. Please use an LDAP v3.0 toolkit.
Following this advice would be a good idea.
I would review the pre-requisite requirements on the apache site as far as compliers, you are apparently not meeting those requirements.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-07-2007 10:09 PM
тАО05-07-2007 10:09 PM
Re: Unable to build apache 2.2.4 on SUSE 10 IA64.
Hi,
Installed openldap2-devel with its dependencies cyrus-sasl-devel & openssl-devel . I could build the apache later without any problem.
Thanks.
Installed openldap2-devel with its dependencies cyrus-sasl-devel & openssl-devel . I could build the apache later without any problem.
Thanks.
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
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP