Re: No package 'dbh-1.0' found

edscott wilson garcia <[email protected]> Wed, 14 Apr 2004 19:37:08 -0500
Newsgroups gmane.comp.xfce.devel
Message-ID <[email protected]>
El mi=E9, 14-04-2004 a las 18:58, [email protected] escribi=F3=
:
> Trying to install from cvs.  Everything up until this point has built f=
ine.
>=20
> I did install dbh_1.0-18.tar.bz2 w/ ./configure && make && make install=
.  I've edited /etc/ld.so.conf to include the path to dbh and ran ldconfi=
g.  Also tried .autogen.sh but I get the same error:
>=20
> checking for pkg-config... /usr/bin/pkg-config
> checking for dbh-1.0 >=3D 1.0... Package dbh-1.0 was not found in the p=
kg-config search path.
> Perhaps you should add the directory containing `dbh-1.0.pc'
> to the PKG_CONFIG_PATH environment variable
> No package 'dbh-1.0' found
>=20
> configure: error: Library requirements (dbh-1.0 >=3D 1.0) not met; cons=
ider adjusting the PKG_CONFIG_PATH environment variable if your libraries=
 are in a nonstandard prefix so pkg-config can find them.  How to point .=
/configure to where dbh is?
>=20
> Hopefully I'm not doing something stupid. :)  Thanks alot.

Your installation of dbh should put a dbh-1.0.pc someplace. The
environment variable PKG_CONFIG_PATH should reflect that location. On my
system:

bash-2.05b$ echo $PKG_CONFIG_PATH
/usr/local/lib/pkgconfig
bash-2.05b$ ls $PKG_CONFIG_PATH
bf-0.1.pc                       libxfcegui4-1.0.pc
dbh-1.0.pc                      xfce-mcs-manager.pc
libxfce4mcs-client-1.0.pc       xfce4-modules-1.0.pc
libxfce4mcs-manager-1.0.pc      xfce4-panel-1.0.pc
libxfce4util-1.0.pc             xffm-1.0.pc


Edscott

>=20
>=20
> glenn greenfield
>=20
> _______________________________________________
> Xfce-dev mailing list
> [email protected]
> http://lunar-linux.org/mailman/listinfo/xfce-dev
>=20