.so not created on installation
Brought to you by:
edscott
After installing dbh on a Fedora 2 system, I could not
link against it. The problem was that the installer
did not create a ${libdir}/libdbh-1.0.so file.
Workaround is to issue the following command after
installation:
cd ${prefix}/lib
ln -sf libdbh-1.0.so.1 libdbh-1.0.so
This ticket should be closed, because it's ancient, and dbh in Fedora has been upgraded to 5.0.x recently after somebody had discovered that it had been stuck at 1.0.x for a very long time. The problem may have been distribution-specific even.