Issues in compiling apache server on one machine and transfer to second

2013-11-12 Thread swapnil vaidya
Hi All,
I have 2 linux machine.
I have compiled apache 2.4.6 on one of the linux machine with following
commands:
./configure --prefix=/usr/apache--with-ssl=/usr/local/ssl --enable-ssl
--enable-modules=all --enable-mods-shared=most
 make
make install

This has installed apache on this machine and it works fine.
However when i copy this apache (where it got installed) folder on other
linux machine.
I am getting following error while starting httpd with following commad:
command:
httpd -k start

error:

/httpd: symbol lookup error: /usr/papache/lib/libapr-1.so.0: undefined
symbol: dlopen

Can you please help me to understand what is going wrong.
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org


Re: Issues in compiling apache server on one machine and transfer to second

2013-11-12 Thread Allan Jude
On 2013-11-12 03:24, swapnil vaidya wrote:
 Hi All,
 I have 2 linux machine.
 I have compiled apache 2.4.6 on one of the linux machine with following
 commands:
 ./configure --prefix=/usr/apache--with-ssl=/usr/local/ssl --enable-ssl
 --enable-modules=all --enable-mods-shared=most
  make
 make install

 This has installed apache on this machine and it works fine.
 However when i copy this apache (where it got installed) folder on other
 linux machine.
 I am getting following error while starting httpd with following commad:
 command:
 httpd -k start

 error:

 /httpd: symbol lookup error: /usr/papache/lib/libapr-1.so.0: undefined
 symbol: dlopen

 Can you please help me to understand what is going wrong.
 ___
 freebsd-current@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-current
 To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org
Firstly, you are mailing a FreeBSD list about a Linux question

Secondly, apache depends on libapr (apache runtime), there are other
files you need than just the ones in your apache directory.

-- 
Allan Jude




signature.asc
Description: OpenPGP digital signature


Re: Issues in compiling apache server on one machine and transfer to second

2013-11-12 Thread Erich Dollansky
Hi,

On Tue, 12 Nov 2013 13:54:25 +0530
swapnil vaidya swapnilsvai...@gmail.com wrote:

 Hi All,
 I have 2 linux machine.

you might be on the wrong mailing list. This here is for FreeBSD.

 I have compiled apache 2.4.6 on one of the linux machine with
 following commands:
 ./configure --prefix=/usr/apache--with-ssl=/usr/local/ssl --enable-ssl
 --enable-modules=all --enable-mods-shared=most
  make
 make install
 
 This has installed apache on this machine and it works fine.
 However when i copy this apache (where it got installed) folder on
 other linux machine.
 I am getting following error while starting httpd with following
 commad: command:
 httpd -k start
 
 error:
 
 /httpd: symbol lookup error: /usr/papache/lib/libapr-1.so.0: undefined
 symbol: dlopen
 
 Can you please help me to understand what is going wrong.

It looks really strange to me.

Erich
___
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to freebsd-current-unsubscr...@freebsd.org