Date: Tue, 12 Nov 2013 03:33:35 -0500 From: Allan Jude <freebsd@allanjude.com> To: freebsd-current@freebsd.org Subject: Re: Issues in compiling apache server on one machine and transfer to second Message-ID: <5281E7DF.8000907@allanjude.com> In-Reply-To: <CAD8t74u6hpix7NDm_%2B7QG_8R5MtfXTc4WMu3CBvxZTsFkwd3xA@mail.gmail.com> References: <CAD8t74u6hpix7NDm_%2B7QG_8R5MtfXTc4WMu3CBvxZTsFkwd3xA@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --] 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-unsubscribe@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 [-- Attachment #2 --] -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (MingW32) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBAgAGBQJSgefiAAoJEJrBFpNRJZKfqHEQAKInYdicpbKNsX91YQ/ekctp euvxeMaAlDl7bdiDvd42feMfRGLsoZbKGlowBD0wMQ5F46zJFPPkBfhn5HFYoYKD XEOA12ww6fbprTKiKC9RvdfIdXO/ZPCVrYOwacLhsxD/jh3EfSoeJdKhbVBVT1uP YIZxBRYNsaxToB2TkvOOOq5XGA7Z6D6tP46iNiHEiVIIbaaefzaH1X5hbSRFoRO3 porpQwNTytU3j9T3U9z3TPNAEW5Nr8ebVRqWjlpKJyUxZ2hBWG4HCmIW5pd8Etkk g76PYAp5YV5kYA9c5sZGtq3+BVelMF8V1DSHgQ0LADW/rxFfEIXcpzEZH4KJi7FC buEclumu29FdWX1z+aV3J1sHZ9+eQ8/VkUHJMvzjyArTdVVc2TbYMEM9c3tzPX69 AmhIIS/LrgdjdPjxshjqZrBbOsW3nMYWK3UGpumE/zBG2pXE2hNOnRjJglm4ij+k YaU96IJ8p+YBEQ2bv+NqVoOlx5LTUUKLFD6WzKiMD+xKN53M2ltnd+zor8h3XAyt Dm6VHUFeIaiE89t8S3Ioh0qCtLlzf3Tfc7xS+QNKrIptXpVCO11y3GV1nf1xB/HC snk3rAlGv8+C8FzWXDrznC73gE0BfCZWTDugSjuDwRkPSqoGOBSllSKLSAeB7S53 chfv+KvXjsLemn5KzyVx =qAEw -----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5281E7DF.8000907>
