Page 1 of 1

fwbuilder / libqt problem

Posted: Fri 12 Oct 2007, 22:06
by boughtonp
I'm trying to get Firewall Builder to help me get my iptables setup.

I found a post listing fwbuilder requirements, and based on that I've installed the fwbuilder-2.1.14 RPM, the libfwbuilder RPM, libnetsnmp.pup, libelf.pup, libssl4.pup and qt-3.3.8.pet (download from here - no internet on the machine yet)

After all that, I try running /usr/bin/fwbuilder but it complains about libqt:
/usr/bin/fwbuilder: error while loading shared libraries: libqt-mt.so.3: cannot open shared object file: No such file or directory
So presumably something didn't work when I installed the qt pet - anyone know how to determine what isn't right and how I can fix it?

Posted: Fri 12 Oct 2007, 22:16
by trapster
If you have /usr/lib/qt-3.3.8/libqt-mt.so.3.3.8 try linking it to /usr/lib/qt-3.3.8/libqt-mt.so.3

also...maybe it would help if you also link /usr/lib/qt-3.3.8 to /usr/lib/qt if it's not already

Posted: Fri 12 Oct 2007, 22:24
by boughtonp
The first was already done, but I did /usr/lib/qt-3.3.8 to /usr/lib/qt and that worked. Thanks! :)