Re: libpcre.so.3 missing
Daniel Kasak <[email protected]> Thu, 18 Jan 2007 09:17:35 +1100
| Newsgroups | gmane.comp.db.mysql.mycc |
|---|---|
| Message-ID | <[email protected]> |
Daniel Kasak wrote: > Hi all. > > I'm testing out the backup function of mysql-administrator on our > Linux server. I currently have a bash backup script, but restoring > currently requires me and my command-line skills :) > > Anyway, I've created a backup profile and scheduled it, but it dies > silently. I had a look at the cron job, found the line added, and run > this from a console: > > /opt/mysql-gui-tools-5.0/mabackup -d /root/sql -x Assets -c root > Assets_backup > > This provides the error: > > /opt/mysql-gui-tools-5.0/mabackup: error while loading shared > libraries: libpcre.so.3: cannot open shared object file: No such file > or directory > Following up on this, I've discovered that I have a libpcre.so.3 in the directory: /opt/mysql-gui-tools-5.0/lib So then I tried: export LD_LIBRARY_PATH=/opt/mysql-gui-tools-5.0/lib/ ... and then ran the backup manually: /opt/mysql-gui-tools-5.0/mabackup -d /root/sql -x Assets -c root Assets_backup ... and got: Segmentation fault Damn! Any ideas? I suppose it's looking like I have to compile mysql-administrator on this system, right? -- Daniel Kasak IT Developer NUS Consulting Group Level 5, 77 Pacific Highway North Sydney, NSW, Australia 2060 T: (+61) 2 9922-7676 / F: (+61) 2 9922 7989 email: [email protected] website: http://www.nusconsulting.com.au -- MySQL GUI Tools Mailing List For list archives: http://lists.mysql.com/gui-tools To unsubscribe: http://lists.mysql.com/[email protected]