> I receive an error: unable to locate package lldpad-devel > I ran into this problem recently. I didn't have time to debug and I may not remember the details exactly.
My problem was that the .pc files were being installed in /usr/lib64, but for some reason fcoe-utils was only looking in /usr/lib. It was initially confusing because I thought the problem was in lldpad, but I think it's a fcoe-utils issue. My quick-and-dirty workaround was to symlink the .pc files for (libhbalinux, libHBAAPI and lldpad) from /usr/lib64 to /usr/lib. Sorry that the details are shaky. If this doesn't help let me know and I'll get my problem system back online and see what I can find. //Rob > > On Mon, Jul 15, 2013 at 2:10 PM, Neil Horman <[email protected]> > wrote: > > > On Mon, Jul 15, 2013 at 01:53:04PM +0300, Doron Kenneth wrote: > > > Hi, > > > I try to compile and install open-fcoe on Ubuntu. > > > I succeed to compile and install libhbalinux and libHBAAPI butr have > > > a problem with fcoe-utils. > > > Running: rpm --eval "%configure" | sh result with the following > > > error: > > > ... > > > checking for pkg-config... /usr/bin/pkg-config checking pkg-config > > > is at least version 0.9.0... yes checking for HBAAPI... yes checking > > > for LLDPAD... no > > > configure: error: Package requirements (lldpad >= 0.9.43) were not met: > > > No package 'lldpad' found > > > Consider adjusting the PKG_CONFIG_PATH environment variable if you > > > installed software in a non-standard prefix. > > > Alternatively, you may set the environment variables LLDPAD_CFLAGS > > > and LLDPAD_LIBS to avoid the need to call pkg-config. > > > See the pkg-config man page for more details. > > > > > > I performed apt-get install lldpad but still have the above problem. > > > Can't find the pkg config file to set the PKG_CONFIG_PATH env variable. > > > Please advise > > > Thanks, > > > Doron > > install lldpad-devel. Header files for lldpad that fcoe-utils are > > looking for are located there. > > > > Neil > > > > > > > _______________________________________________ > fcoe-devel mailing list > [email protected] > http://lists.open-fcoe.org/mailman/listinfo/fcoe-devel _______________________________________________ fcoe-devel mailing list [email protected] http://lists.open-fcoe.org/mailman/listinfo/fcoe-devel
