OPTWARE - can't load library 'libpcre.so.0' incl. FIX

Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware
Author Message
basmaf
DD-WRT Guru


Joined: 24 Feb 2011
Posts: 1074

PostPosted: Sun Feb 26, 2012 8:46    Post subject: OPTWARE - can't load library 'libpcre.so.0' incl. FIX Reply with quote
After an Update/Upgrade of my ipkg-opt packages.
POUND broke, could be that other more packages failed but I'm only trying to configure pound.

I reinstalled optware starting from scratch but it was still broken.

this is the error.
Code:
pound: can't load library 'libpcre.so.0'

Found /opt/lib/libpcre.so.0 did not exit
Fixed it using a symlink
Code:
ln -s /opt/lib/libpcre.so.1 /opt/lib/libpcre.so.0


Simple but does the trick

BM..
Sponsor
wrtabuser
DD-WRT User


Joined: 15 Dec 2009
Posts: 121

PostPosted: Mon Mar 12, 2012 18:07    Post subject: Reply with quote
Thank you. I upgraded pound myself two days ago but i did not reboot the unit.
A power failure revealed this "bug".
ShakyUser
DD-WRT User


Joined: 18 Jun 2011
Posts: 76

PostPosted: Mon Mar 12, 2012 18:39    Post subject: Reply with quote
Many thanks, basmaf. I don’t use Pound but am indebted to you for your fine efforts keeping OTRW patched.

Did you get any kind of response from frater regarding your script tweaks?
basmaf
DD-WRT Guru


Joined: 24 Feb 2011
Posts: 1074

PostPosted: Tue Mar 13, 2012 8:44    Post subject: Reply with quote
ShakyUser wrote:
Many thanks, basmaf. I don’t use Pound but am indebted to you for your fine efforts keeping OTRW patched.

Did you get any kind of response from frater regarding your script tweaks?


Your welcome Very Happy
Haven't had a response from frater.
Don't know what to do, to get him involved in otrw again.

Might be an idea to start a new tread with all the modded scripts.
And modify the installation scripts to use those files.

If more people are interested Shocked I'm willing to spent time on it.

BM..
ShakyUser
DD-WRT User


Joined: 18 Jun 2011
Posts: 76

PostPosted: Tue Mar 13, 2012 11:37    Post subject: Reply with quote
I think there are plenty of people who are interested.

But being blunt I believe the lack of response is due to people’s deep reluctance to engage in any activity that might conceivably piss off frater, and cause him to pull the plug on the existing infrastructure.

It is very unfortunate that you didn’t get a response from him, but alas unsurprising since he appears to have taken a vow of complete silence; maybe he’s in a monastery somewhere???

But in the absence of any kind of utterance it seems to me there is a clear need for somebody to pick up the pieces and ensure the whole project doesn’t wither and die. IMO that should preferably be somebody with advanced hacker skills, just like you Exclamation

How about it?
basmaf
DD-WRT Guru


Joined: 24 Feb 2011
Posts: 1074

PostPosted: Tue Mar 13, 2012 13:25    Post subject: Reply with quote
advanced hacker skills ahum...

The last thing i want to do is piss him off Wink
might be an idea to do a donation to get some attention.
He has put in a lot of effort to create all the scripts and that is still much appreciated by a lot of people.

Creating a backup of all his scripts here on the forum might be a smart idea, if he decides to take down his server.

I read somewhere that he moved and changed jobs which could explain his absence.
ShakyUser
DD-WRT User


Joined: 18 Jun 2011
Posts: 76

PostPosted: Tue Mar 13, 2012 16:56    Post subject: Reply with quote
basmaf wrote:
I read somewhere that he moved and changed jobs which could explain his absence.

Maybe so, but it has got to be close to a year since he actually participated in any kind of open discussion. It is hard to believe he couldn't have found the time to communicate his intentions in that period.

Furthermore, from what I can gather people who were previously engaged in extensive private discussions with him have equally heard nothing for a looooong time. Unless there is a reliable mind reader amongst us I think under the circumstances it is reasonable to suppose that for whatever reason he has abandoned the OTRW project.

I would be happy to put some donation money in to sustaining OTRW but really only on the basis there is some kind of explicit, good faith commitment to sustain it. Unfortunately I don’t see anything of the sort from frater at present, but I remain deeply grateful for the outstanding work he has done.
slobodan
DD-WRT Guru


Joined: 03 Nov 2011
Posts: 1555
Location: Zwolle

PostPosted: Tue Mar 13, 2012 17:00    Post subject: Reply with quote
ShakyUser wrote:
Maybe so, but it has got to be close to a year since he actually participated in any kind of open discussion. It is hard to believe he couldn't have found the time to communicate his intentions in that period.

Furthermore, from what I can gather people who were previously engaged in extensive private discussions with him have equally heard nothing for a looooong time. Unless there is a reliable mind reader amongst us I think under the circumstances it is reasonable to suppose that for whatever reason he has abandoned the OTRW project.

I would be happy to put some donation money in to sustaining OTRW but really only on the basis there is some kind of explicit, good faith commitment to sustain it. Unfortunately I don’t see anything of the sort from frater at present, but I remain deeply grateful for the outstanding work he has done.

OTRW has not been abandoned. I regularly get updates for OTRW packages. I use:

ipkg update
ipkg upgrade

(ipkg is in fact ipkg-opt)

_________________
2 times APU2 Opnsense 21.1 with Sensei

2 times RT-AC56U running DD-WRT 45493 (one as Gateway, the other as AP, both bridged with LAN cable)

3 times Asus RT-N16 shelved

E4200 V1 running freshtomato 2020.8 (bridged with LAN cable)

3 times Linksys WRT610N V2 converted to E3000 and 1 original E3000 running freshtomato 2020.8 (bridged with LAN cable)


wrtabuser
DD-WRT User


Joined: 15 Dec 2009
Posts: 121

PostPosted: Tue Mar 13, 2012 17:07    Post subject: Reply with quote
Please everyone keep the topics nice a clean.
offtopic
@slobodan you should read more about optware and OTRW.
p_shep
DD-WRT User


Joined: 14 Mar 2011
Posts: 51

PostPosted: Tue Nov 27, 2012 20:15    Post subject: Re: OPTWARE - can't load library 'libpcre.so.0' incl. FIX Reply with quote
basmaf wrote:
After an Update/Upgrade of my ipkg-opt packages.
POUND broke, could be that other more packages failed but I'm only trying to configure pound.

I reinstalled optware starting from scratch but it was still broken.

this is the error.
Code:
pound: can't load library 'libpcre.so.0'

Found /opt/lib/libpcre.so.0 did not exit
Fixed it using a symlink
Code:
ln -s /opt/lib/libpcre.so.1 /opt/lib/libpcre.so.0


Simple but does the trick

BM..


Just did an 'upgrade' and found a similar issue, but .so.1 was missing.

Ran the command:

Code:
ln -s /opt/lib/libpcre.so.0.0.1 /opt/lib/libpcre.so.1


to get it working.
basmaf
DD-WRT Guru


Joined: 24 Feb 2011
Posts: 1074

PostPosted: Tue Nov 27, 2012 20:32    Post subject: Reply with quote
Thanks for reporting.
I ran an upgrade and wasn't missing any files.
In my install script i already changed the symlink
Im now using /opt/lib/libpcre.so.1.0.1 as source
Code:

lrwxrwxrwx 1 root root     16 Nov 10 16:03 libpcre.so -> libpcre.so.1.0.1
lrwxrwxrwx 1 root root     16 Nov 10 16:38 libpcre.so.0 -> libpcre.so.1.0.1
lrwxrwxrwx 1 root root     16 Nov 10 16:03 libpcre.so.1 -> libpcre.so.1.0.1
-rwxr-xr-x 1 root root 164148 Jul 14 22:27 libpcre.so.1.0.1
crashfly
DD-WRT Guru


Joined: 24 Feb 2009
Posts: 2026
Location: Sol System > Earth > USA > Arkansas

PostPosted: Wed Nov 28, 2012 0:34    Post subject: Reply with quote
basmaf wrote:
The last thing i want to do is piss him off Wink
might be an idea to do a donation to get some attention.
He has put in a lot of effort to create all the scripts and that is still much appreciated by a lot of people.

Creating a backup of all his scripts here on the forum might be a smart idea, if he decides to take down his server.

Yes, frater could get upset with you. However, to reduce the ire, all you would have to do is make sure to attribute the original work to frater and make appropriate changes to keep the project alive. You are doing a great job. I will help you where I can.

_________________
E3000 22200M KongVPN K26
WRT600n v1.1 refirb mega 18767 BS K24 NEWD2 [not used]
WRT54G v2 16214 BS K24 [access point]

Try Dropbox for syncing files - get 2.5gb online for free by signing up.

Read! Peacock thread
*PLEASE* upgrade PAST v24SP1 or no support.
basmaf
DD-WRT Guru


Joined: 24 Feb 2011
Posts: 1074

PostPosted: Wed Nov 28, 2012 18:58    Post subject: Reply with quote
crashfly wrote:
basmaf wrote:
The last thing i want to do is piss him off Wink
might be an idea to do a donation to get some attention.
He has put in a lot of effort to create all the scripts and that is still much appreciated by a lot of people.

Creating a backup of all his scripts here on the forum might be a smart idea, if he decides to take down his server.

Yes, frater could get upset with you. However, to reduce the ire, all you would have to do is make sure to attribute the original work to frater and make appropriate changes to keep the project alive. You are doing a great job. I will help you where I can.


I sent him updated files and got no response.

I have to asume he has abandoned the project and only hosting the files since his setup is still availble.
Such clever guy as his would now someone will take over.
I haven't removed any credits to him in his scripts.

All changes I made can be checked out in my trac.
crashfly
DD-WRT Guru


Joined: 24 Feb 2009
Posts: 2026
Location: Sol System > Earth > USA > Arkansas

PostPosted: Wed Nov 28, 2012 20:21    Post subject: Reply with quote
basmaf wrote:
I sent him updated files and got no response.

I have to asume he has abandoned the project and only hosting the files since his setup is still availble.
Such clever guy as his would now someone will take over.
I haven't removed any credits to him in his scripts.

All changes I made can be checked out in my trac.

Since you have already done that, you are pretty much keeping the project alive. I am sure frater can resurface if he chooses. Myself and others will help you where we can.

_________________
E3000 22200M KongVPN K26
WRT600n v1.1 refirb mega 18767 BS K24 NEWD2 [not used]
WRT54G v2 16214 BS K24 [access point]

Try Dropbox for syncing files - get 2.5gb online for free by signing up.

Read! Peacock thread
*PLEASE* upgrade PAST v24SP1 or no support.
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Broadcom SoC based Hardware All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum