|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2006
/
2006-12
/
pound: relocation error
[
Pound is ignoring HeadRequire? / Ondrej Kudlik ... ]
[
pound redirect status / Albert ... ]
pound: relocation error
Adam Andrzej Jaworski <adam(at)host8.biz> |
2006-12-16 21:24:00 |
[ FULL ]
|
Hello,
we were using Pound old version 2.0.2
now tried to upgrade to 2.2 and there are no errors
in configure or make, but when trying to start, Pound says:
./pound: relocation error: /usr/lib/libpcreposix.so.0: undefined
symbol: pcre_compile2
pcre version doesn't matter, the same problem with new pcre-6.7
I have even tried to change that still used in Pound 'pcreposix_regcomp'
(BTW. non-existing in pcre source) to 'regcomp':
-pcreposix_regcomp ();
+regcomp ();
but it still doesn't work
any suggestion ?
Thanks in advance
--
Kind Regards,
Adam Andrzej Jaworski
Host8Biz EU
|
| Attachments: | | |
| PGP.sig |
application/pgp-signature |
825 Bytes |
|
|
|
Fwd: pound: relocation error
"Adam Andrzej Jaworski" <adam(at)host8.biz> |
2006-12-18 19:33:12 |
[ FULL ]
|
Hello,
this "problem" was resolved, however, there was not a problem with
Pound or pcre,
here is how to replicate:
1. install latest pcre
2. run ldconfig but forget to check paths in /etc/ld.so.conf on this server
3. install Pound
our new test server just didn't have /usr/local/lib in /etc/ld.so.conf
I'm sorry for spamming the list with that kind of problem :-)
--
Kind Regards,
Adam Andrzej Jaworski
Host8Biz EU
|
|
|
RE: [Pound Mailing List] pound: relocation error
Adam <adam(at)host8.biz> |
2006-12-18 20:21:30 |
[ FULL ]
|
Hello,
this "problem" was resolved, however, there was not a problem with
Pound or pcre,
here is how to replicate:
1. install latest pcre
2. run ldconfig but forget to check paths in /etc/ld.so.conf on this
server
3. install Pound
our new test server just didn't have /usr/local/lib in /etc/ld.so.conf
I'm sorry for spamming the list with that kind of problem :-)
--
Kind Regards,
Adam Andrzej Jaworski
Host8Biz EU
|
|
|
|