LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-01-2021, 12:42 PM   #1
Johncc330
Member
 
Registered: Mar 2007
Posts: 101

Rep: Reputation: 19
Version issue in slackware64-current's doxygen and icu4?


I've problems compiling Cinelerra-GG, which requires doxygen (I haven't found how to disable doc generation).

With the current state of the -current, I see that doxygen requires icu4c 63:
$ ldd /usr/bin/doxygen
...
libicui18n.so.63 => not found
libicuuc.so.63 => not found
...

while the icu4c library included is 69.1:

$ pkg-config --modversion icu-uc
69.1

I suspect this is incorrect... I checked the file sizes of doxygen, so I'm
quite sure I have the present one installed. Could there be another cause for
this problem?
 
Old 06-01-2021, 01:04 PM   #2
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
doxygen doesn't directly depend on libicui18n.so, libicuuc.so and libicudata.so, it depends on libsqlite3.so that *in turn* depends on the libicu* libraries: you can check that using
Code:
objdump -x /usr/bin/doxygen | grep NEEDED
and then
Code:
objdump -x /usr/lib64/libsqlite3.so.0 | grep NEEDED
if you got that output I think you haven't updated/you have the wrong version of the sqlite package, or you have some bogus libsqlite3.so files laying around in your $LD_LIBRARY_PATH.

Last edited by ponce; 06-02-2021 at 01:18 AM.
 
1 members found this post helpful.
  


Reply

Tags
slackware64-current



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Slackware-current: doxygen-1.18.14 segmentation fault orbea Slackware 7 01-06-2019 10:04 AM
Slackware64 13.37 multilib + doxygen sycamorex Slackware 0 04-29-2011 01:45 PM
upgrading slackware64 13.1 multilib to slackware64 -current multilib Cultist Slackware 4 03-12-2011 09:04 AM
Updating from Slackware64-current to Slackware64 13. glore2002 Slackware 4 08-28-2009 06:50 PM
Help w/ doxygen and php functions 95se Programming 1 02-17-2006 09:53 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 11:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration