LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-17-2006, 06:12 AM   #1
xrado
Member
 
Registered: Dec 2004
Distribution: Zenwalk/Slackware
Posts: 98

Rep: Reputation: 15
apache2 build problem


anyone knows why im getting this error while compiling apache:

Code:
exports.c:1597: error: redefinition of 'ap_hack_apr_base64_encode_len'
exports.c:712: error: previous definition of 'ap_hack_apr_base64_encode_len' was here
exports.c:1598: error: redefinition of 'ap_hack_apr_base64_encode'
exports.c:713: error: previous definition of 'ap_hack_apr_base64_encode' was here
exports.c:1599: error: redefinition of 'ap_hack_apr_base64_encode_binary'
exports.c:714: error: previous definition of 'ap_hack_apr_base64_encode_binary' was here
exports.c:1600: error: redefinition of 'ap_hack_apr_base64_decode_len'
exports.c:715: error: previous definition of 'ap_hack_apr_base64_decode_len' was here
exports.c:1601: error: redefinition of 'ap_hack_apr_base64_decode'
exports.c:716: error: previous definition of 'ap_hack_apr_base64_decode' was here
exports.c:1602: error: redefinition of 'ap_hack_apr_base64_decode_binary'
exports.c:717: error: previous definition of 'ap_hack_apr_base64_decode_binary' was here
exports.c:1607: error: redefinition of 'ap_hack_apr_brigade_create'
exports.c:722: error: previous definition of 'ap_hack_apr_brigade_create' was here
exports.c:1608: error: redefinition of 'ap_hack_apr_brigade_destroy'
exports.c:723: error: previous definition of 'ap_hack_apr_brigade_destroy' was here
exports.c:1609: error: redefinition of 'ap_hack_apr_brigade_cleanup'
exports.c:724: error: previous definition of 'ap_hack_apr_brigade_cleanup' was here
exports.c:1610: error: redefinition of 'ap_hack_apr_brigade_split'
exports.c:725: error: previous definition of 'ap_hack_apr_brigade_split' was here
exports.c:1611: error: redefinition of 'ap_hack_apr_brigade_partition'
exports.c:726: error: previous definition of 'ap_hack_apr_brigade_partition' was here
exports.c:1612: error: redefinition of 'ap_hack_apr_brigade_length'
exports.c:727: error: previous definition of 'ap_hack_apr_brigade_length' was here
exports.c:1613: error: redefinition of 'ap_hack_apr_brigade_flatten'
exports.c:728: error: previous definition of 'ap_hack_apr_brigade_flatten' was here
exports.c:1614: error: redefinition of 'ap_hack_apr_brigade_pflatten'
exports.c:729: error: previous definition of 'ap_hack_apr_brigade_pflatten' was here
exports.c:1615: error: redefinition of 'ap_hack_apr_brigade_split_line'
exports.c:730: error: previous definition of 'ap_hack_apr_brigade_split_line' was here
exports.c:1616: error: redefinition of 'ap_hack_apr_brigade_to_iovec'
exports.c:731: error: previous definition of 'ap_hack_apr_brigade_to_iovec' was here
exports.c:1617: error: redefinition of 'ap_hack_apr_brigade_vputstrs'
exports.c:732: error: previous definition of 'ap_hack_apr_brigade_vputstrs' was here
exports.c:1618: error: redefinition of 'ap_hack_apr_brigade_write'
exports.c:733: error: previous definition of 'ap_hack_apr_brigade_write' was here
exports.c:1619: error: redefinition of 'ap_hack_apr_brigade_writev'
exports.c:734: error: previous definition of 'ap_hack_apr_brigade_writev' was here
exports.c:1620: error: redefinition of 'ap_hack_apr_brigade_puts'
exports.c:735: error: previous definition of 'ap_hack_apr_brigade_puts' was here
exports.c:1621: error: redefinition of 'ap_hack_apr_brigade_putc'
exports.c:736: error: previous definition of 'ap_hack_apr_brigade_putc' was here
exports.c:1622: error: redefinition of 'ap_hack_apr_brigade_putstrs'
exports.c:737: error: previous definition of 'ap_hack_apr_brigade_putstrs' was here
exports.c:1623: error: redefinition of 'ap_hack_apr_brigade_printf'
exports.c:738: error: previous definition of 'ap_hack_apr_brigade_printf' was here
exports.c:1624: error: redefinition of 'ap_hack_apr_brigade_vprintf'
exports.c:739: error: previous definition of 'ap_hack_apr_brigade_vprintf' was here
exports.c:1625: error: redefinition of 'ap_hack_apr_brigade_insert_file'
exports.c:740: error: previous definition of 'ap_hack_apr_brigade_insert_file' was here
exports.c:1626: error: redefinition of 'ap_hack_apr_bucket_alloc_create'
exports.c:741: error: previous definition of 'ap_hack_apr_bucket_alloc_create' was here
exports.c:1627: error: redefinition of 'ap_hack_apr_bucket_alloc_create_ex'
exports.c:742: error: previous definition of 'ap_hack_apr_bucket_alloc_create_ex' was here
exports.c:1628: error: redefinition of 'ap_hack_apr_bucket_alloc_destroy'
exports.c:743: error: previous definition of 'ap_hack_apr_bucket_alloc_destroy' was here
........
........
make[2]: *** [exports.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: Leaving directory `/home/xrado/Desktop/builds/apache2/httpd-2.2.3/server'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/xrado/Desktop/builds/apache2/httpd-2.2.3/server'
make: *** [all-recursive] Error 1
my configure options

Code:
cat $CWD/config.layout.slack >> config.layout
./configure \
  --with-layout=Slackware \
  --enable-module=most \
  --enable-shared=max
 
Old 09-17-2006, 11:00 AM   #2
xrado
Member
 
Registered: Dec 2004
Distribution: Zenwalk/Slackware
Posts: 98

Original Poster
Rep: Reputation: 15
ok.. i'll answer myself
i had two version of apr libraries installed on system
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
SuSe Apache2 error: cannot adjust 'apache2' service sir_shunt SUSE / openSUSE 14 04-18-2006 12:36 PM
Apache2 problem unkn0wn Debian 12 04-08-2006 02:48 AM
GD with apache2 problem rincewind Linux - Software 1 08-31-2004 08:57 PM
how to uninstall apache2 which is installed by emerge apache2 flybirdlong Linux - Software 1 07-17-2004 12:46 PM
old apache2 problem oleunam Linux - General 2 10-22-2003 09:23 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 04:02 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration