Since the message is that libpcre is missing. You need to make sure that it is available on the destination server. For example you can copy the file and make it part of an installation script.
Additionally it may be helpful to look into the other configure options. HTH Kind regards/met vriendelijke groet, Serge Fonville http://www.sergefonville.nl Convince Microsoft! They need to add TRUNCATE PARTITION in SQL Server https://connect.microsoft.com/SQLServer/feedback/details/417926/truncate-partition-of-partitioned-table 2012/9/12 Frank Mancini <[email protected]> > No. I basically want to make it self contained so I can move it to any > server (same OS obviously). > > eg. everything compiled to move in one directory such as: > > /opt/software/apache > > ------------------------------ > From: [email protected] > Date: Wed, 12 Sep 2012 16:34:24 +0200 > To: [email protected] > Subject: Re: [users@httpd] Need tips on compiling Apache > > > Hi, > > A few questions: > * Are the same libraries available on both servers > * Are the servers the same platform (OS/Architecture) > * What files did you copy(config/libaries/binary) > * Is the directory structure the same on both servers > > HTH > > Kind regards/met vriendelijke groet, > > Serge Fonville > > http://www.sergefonville.nl > > Convince Microsoft! > They need to add TRUNCATE PARTITION in SQL Server > > https://connect.microsoft.com/SQLServer/feedback/details/417926/truncate-partition-of-partitioned-table > > > > 2012/9/12 Frank Mancini <[email protected]> > > When I try to run it on another server, I get errors like: > > ld.so.1: httpd: fatal: libpcre.so.1: open failed: No such file or directory > > which I'm guessing is because I moved the binaries to a different server. > > ------------------------------ > From: [email protected] > To: [email protected] > Date: Wed, 12 Sep 2012 07:28:06 -0700 > Subject: [users@httpd] Need tips on compiling Apache > > > So, I'm new to compiling. I'm trying to compile both on a linux red hat > server and a Solaris 10 server > > > So lets start off with Solaris, I want to do the typical > > ./configure --prefix=/my/home/directory --with-pcre=/installs/pcre > > which seems to work and compile, but I noticed there are many references > to external libraries and when moving to another server, it won't work > > For 64-bit, I'm assuming you need to setup the > > CFLAGS=-m64 > > Do I also need to setup the LDFLAGS and LD_LIBRARY_PATH? > > >
