irectory-to-ldconfig-cache/
>>>
>>> The odd thing is log4cpp is the only library with this problem, yet many
>>> other libraries are found in /usr/local by gnuradio. The libraries for the
>>> sdrs for example. I also built my own iqbalance (forgot the exact name)
riginal Message
From: Marcus Müller
Sent: Monday, April 3, 2017 3:36 AM
To: li...@lazygranch.com; discuss-gnuradio@gnu.org
Subject: Re: [Discuss-gnuradio] log4cpp library not found
You said you didn't mirror /usr/local, does that imply you copied over
other things?
Best regards,
Marcus
On
t source. So I would say the installation is as clean as can be expected. I
> had to add the ham and science repositories.
>
> Original Message
> From: Marcus Müller
> Sent: Monday, April 3, 2017 3:19 AM
> To: li...@lazygranch.com; discuss-gnuradio@gnu.org
> Subject: Re: [Discus
o: li...@lazygranch.com; discuss-gnuradio@gnu.org
Subject: Re: [Discuss-gnuradio] log4cpp library not found
No, you probably shouldn't fiddle manually. You should rather figure out
what went wrong there. I'm getting the slight feeling that your system
might be pretty special; can you try t
üller
> Sent: Monday, April 3, 2017 3:02 AM
> To: discuss-gnuradio@gnu.org
> Subject: Re: [Discuss-gnuradio] log4cpp library not found
>
> Hi,
>
> Ok, there's something wrong with your ldconfig. Since we're actively
> talking about linkage of stuff, you would probably do
arcus Müller
Sent: Monday, April 3, 2017 3:02 AM
To: discuss-gnuradio@gnu.org
Subject: Re: [Discuss-gnuradio] log4cpp library not found
Hi,
Ok, there's something wrong with your ldconfig. Since we're actively
talking about linkage of stuff, you would probably do good if you fixed
that.
Hi,
Ok, there's something wrong with your ldconfig. Since we're actively
talking about linkage of stuff, you would probably do good if you fixed
that.
Anyway, did you also install log4cpp-devel?
Best regards,
Marcus
On 03.04.2017 08:12, li...@lazygranch.com wrote:
> sudo yum search all log4cpp
sudo yum search all log4cpp
== Matched: log4cpp
==
log4cpp-devel.x86_64 : Development tools for Log for C++
liblog4cpp5.x86_64 : Logging for C++
ldconfig -v | grep liblog4cpp
ldconfig: Can't stat /usr/lib64/graphviz/sharp: No such fi
On 04/02/2017 04:17 PM, li...@lazygranch.com wrote:
> Regarding the Marcus cmake, I guessed that src would copy to lib, but
> that didn't happen. (Easy to check by file dates.) I ended up copying
> the new FindLog4cpp.cmake to both locations myself. I did a diff with
> the -s option and they are th
Regarding the Marcus cmake, I guessed that src would copy to lib, but
that didn't happen. (Easy to check by file dates.) I ended up copying
the new FindLog4cpp.cmake to both locations myself. I did a diff with
the -s option and they are the same.
diff -s /usr/local/src/gnuradio/cmake/Modules/Find
On 04/01/2017 03:40 PM, li...@lazygranch.com wrote:
>
> find / -name "FindLog4cpp.cmake"
> /usr/local/src/gnuradio/cmake/Modules/FindLog4cpp.cmake
> /usr/local/lib/cmake/gnuradio/FindLog4cpp.cmake
>
> That file is found twice. Is that the problem? If not, which do I
> replace? Or perhaps both. Or
On opensuse tumbleweed I needed to install the log4cpp-devel package. The
FindLog4cpp.cmake file looks for Category.hh and liblog4cpp.so. The
log4cpp-devel has the files
/usr/include/log4cpp/Category.hh
/usr/lib64/liblog4cpp.so
/usr/lib64/pkgconfig/log4cpp.pc
Unfortunately it appears that the
find / -name "FindLog4cpp.cmake"
/usr/local/src/gnuradio/cmake/Modules/FindLog4cpp.cmake
/usr/local/lib/cmake/gnuradio/FindLog4cpp.cmake
That file is found twice. Is that the problem? If not, which do I
replace? Or perhaps both. Or does one file cause the other file to be
updated?
On Sat, 1 Apr
Hyphen instead of underscore.
pkg-config --libs log4cpp
-L/usr/local/lib64 -llog4cpp
So pkg-config finds the library. Note I got the same problem regarding
not finding log4cpp when I used the opensuse package manager version
instead of making my own in /usr/src.
On Sat, 1 Apr 2017 11:19:14 +
Hi,
if you've built it yourself, chances are that automatic tools like
CMake's find_package or the general pkg_config can't find it, because
you didn't put the right files in the distro-typical places.
Try running
pkg_config --libs log4cpp
If that fails: Please make sure the installation put th
I built it myself in usr local.
The source exists at github and sourceforge. Apparently SF is the
original. I built both versions and neither is found by gnuradio in the
build process.
The contents /usr/local/include/log4cpp is at this pastebin.
https://pastebin.com/fw6NUR6x
This is the after th
On 03/31/2017 09:13 PM, li...@lazygranch.com wrote:
opensuse 42.2
This is the only "missing" thing I can find in the cmake ..:
-- Configuring volk support...
-- Enabling volk support.
-- Override with -DENABLE_VOLK=ON/OFF
-- Override with -DENABLE_INTERNAL_VOLK=ON/OFF
-- ENABLE_GR_LOG s
opensuse 42.2
This is the only "missing" thing I can find in the cmake ..:
-- Configuring volk support...
-- Enabling volk support.
-- Override with -DENABLE_VOLK=ON/OFF
-- Override with -DENABLE_INTERNAL_VOLK=ON/OFF
-- ENABLE_GR_LOG set to ON.
-- HAVE_LOG4CPP set to False.
-- LOG4CPP_LI
18 matches
Mail list logo