Sponsored Content
Full Discussion: GraphViz Help
Operating Systems Linux SuSE GraphViz Help Post 302593009 by cbo0485 on Wednesday 25th of January 2012 11:36:30 AM
Old 01-25-2012
GraphViz Help

I have a SLES 11(SP1) server that I am trying to install graphviz 2.28 on. Unfortunately that is not a comman combination, so I can't just use an RPM to install it, I have to build it from source. When doing so, when I configure it, I can't get it to recognize that pangocairo is actually installed:

I've been using:
Code:
./configure --with-extralibdir=/usr/lib64 --with-expatlibdir=/usr/lib64 --with-pangocairo=yes

But in the results of that command I am getting:
Code:
pangocairo:    No (pangocairo library not available)

Code:
# rpm -qa | grep -i cairo
cairo-32bit-1.8.8-2.1.48
cairo-1.8.8-2.1.48

# rpm -qa | grep -i pango
pango-32bit-1.26.2-1.3.1
pango-1.26.2-1.3.1

I also did:
Code:
# echo $LD_LIBRARY_PATH
/usr/lib64/pango/1.6.0/modules

No affect though

Has anyone built graphviz for this architecture, or run into this issue? Any help would be appreciated.

Last edited by Scott; 01-30-2012 at 09:49 AM.. Reason: Code tags, please...
 

2 More Discussions You Might Find Interesting

1. SuSE

Installing graphviz

hi all, iam trying to install graphviz software on my linux box(suse linux). i downloaded rpm graphviz-2.9.20060521.0440-1.fc1.i386.rpm i'm using rpm --install graphviz-2.9.20060521.0440-1.fc1.i386.rpm but getting the errors warning: user ellson does not exist - using root warning: group... (1 Reply)
Discussion started by: wxwidgets
1 Replies

2. Programming

tracing function with Graphviz

I was searching for a tool to trace the function flow to help me understand the code. I came across the article "visualize function calls with graphviz" by Tim Jones. Visualize function calls with Graphviz I was able to obtain the flow diagram for simple programs and also for the example... (0 Replies)
Discussion started by: cjjoy
0 Replies
debuginfo-install(1)													      debuginfo-install(1)

NAME
debuginfo-install - install debuginfo packages and their dependencies SYNOPSIS
debuginfo-install package DESCRIPTION
debuginfo-install is a program which installs the RPMs needed to debug the specified package. The package argument can be a wildcard, but will only match installed packages. debuginfo-install will then enable any debuginfo repositories, and install the relevant debuginfo rpm. EXAMPLES
Download and install all the RPMs needed to debug the kernel RPM: debuginfo-install kernel WARNING MESSAGES
Could not find debuginfo for: You may sometimes see warning messages about certain packages not being found if you run debuginfo-install for a wildcard or glob. Debuginfo packages are not necessary for "noarch" RPMs; these will generate a warning message. Additionally, On 64-bit systems, no multilib debuginfo packages are published, so if you have 32-bit packages installed, these will also generate warning messages. FILES
As debuginfo-install uses YUM libraries for retrieving all the information, it relies on YUM configuration for its default values like which repositories to use. Consult YUM documentation for details: /etc/yum.conf /etc/yum/repos.d/ /var/cache/yum/ SEE ALSO
yum.conf (5) http://yum-utils.baseurl.org/ http://yum.baseurl.org/ AUTHORS
See the Authors file included with this program. BUGS
There are of course no bugs, but should you find any, you should first consult the FAQ section on http://yum.baseurl.org/wiki/Faq and if unsuccessful in finding a resolution contact the mailing list: yum-devel@lists.baseurl.org. To file a bug use http://bugzilla.redhat.com for Fedora/RHEL/Centos related bugs and http://yum.baseurl.org/report for all other bugs. James Antill 21 October 2008 debuginfo-install(1)
All times are GMT -4. The time now is 09:09 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy