LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-08-2022, 09:57 AM   #1
SAJM
Member
 
Registered: Nov 2012
Location: Essex UK
Distribution: Slackware 15
Posts: 269

Rep: Reputation: Disabled
libwebp not installed or running


I'm installing a chart and navigation package Opencpn using Slackbuild

I have installed all the dependencies bar 1: webkitgtk

webkitgtk has a dependency: libwebp which I installed

When I install webkitgtk I get the following:

Quote:
checking for jpeglib... yes
checking for libpng... yes
checking webp/decode.h usability... no
checking webp/decode.h presence... no
checking for webp/decode.h... no
configure: error: WebP library (libwebp) not found
Clearly libwebp is not actually installed.

How do I determine the status of the dependency libwebp?

Thanks
 
Old 03-08-2022, 08:47 PM   #2
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
You are going to be building that app correct?
If so then you need the dev package for libwebp so it has the header files and includes.
 
Old 03-09-2022, 02:50 AM   #3
SAJM
Member
 
Registered: Nov 2012
Location: Essex UK
Distribution: Slackware 15
Posts: 269

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by computersavvy View Post
You are going to be building that app correct?
If so then you need the dev package for libwebp so it has the header files and includes.
Thanks

I can't find a dev version on the Webp site
 
Old 03-09-2022, 02:55 AM   #4
SAJM
Member
 
Registered: Nov 2012
Location: Essex UK
Distribution: Slackware 15
Posts: 269

Original Poster
Rep: Reputation: Disabled
Here are the end results from the libwebp install.

Quote:

running install_lib
creating /tmp/SBo/package-libwebp/usr/lib64/python2.7
creating /tmp/SBo/package-libwebp/usr/lib64/python2.7/site-packages
creating /tmp/SBo/package-libwebp/usr/lib64/python2.7/site-packages/com
creating /tmp/SBo/package-libwebp/usr/lib64/python2.7/site-packages/com/google
creating /tmp/SBo/package-libwebp/usr/lib64/python2.7/site-packages/com/google/webp
copying build/lib.linux-x86_64-2.7/com/google/webp/_libwebp.so -> /tmp/SBo/package-libwebp/usr/lib64/python2.7/site-packages/com/google/webp
copying build/lib.linux-x86_64-2.7/com/google/webp/libwebp.py -> /tmp/SBo/package-libwebp/usr/lib64/python2.7/site-packages/com/google/webp
copying build/lib.linux-x86_64-2.7/com/google/webp/__init__.py -> /tmp/SBo/package-libwebp/usr/lib64/python2.7/site-packages/com/google/webp
copying build/lib.linux-x86_64-2.7/com/google/__init__.py -> /tmp/SBo/package-libwebp/usr/lib64/python2.7/site-packages/com/google
copying build/lib.linux-x86_64-2.7/com/__init__.py -> /tmp/SBo/package-libwebp/usr/lib64/python2.7/site-packages/com
byte-compiling /tmp/SBo/package-libwebp/usr/lib64/python2.7/site-packages/com/google/webp/libwebp.py to libwebp.pyc
byte-compiling /tmp/SBo/package-libwebp/usr/lib64/python2.7/site-packages/com/google/webp/__init__.py to __init__.pyc
byte-compiling /tmp/SBo/package-libwebp/usr/lib64/python2.7/site-packages/com/google/__init__.py to __init__.pyc
byte-compiling /tmp/SBo/package-libwebp/usr/lib64/python2.7/site-packages/com/__init__.py to __init__.pyc
running install_egg_info
Writing /tmp/SBo/package-libwebp/usr/lib64/python2.7/site-packages/libwebp-0.0-py2.7.egg-info

Slackware package maker, version 3.141593.

Searching for symbolic links:
usr/lib64/libwebpdemux.so.2 libwebpdemux.so.2.0.6
usr/lib64/libwebp.so libwebp.so.7.1.0
usr/lib64/libwebpdecoder.so libwebpdecoder.so.3.1.0
usr/lib64/libwebp.so.7 libwebp.so.7.1.0
usr/lib64/libwebpmux.so libwebpmux.so.3.0.5
usr/lib64/libwebpdecoder.so.3 libwebpdecoder.so.3.1.0
usr/lib64/libwebpmux.so.3 libwebpmux.so.3.0.5
usr/lib64/libwebpdemux.so libwebpdemux.so.2.0.6

Making symbolic link creation script:
( cd usr/lib64 ; rm -rf libwebpdemux.so.2 )
( cd usr/lib64 ; ln -sf libwebpdemux.so.2.0.6 libwebpdemux.so.2 )
( cd usr/lib64 ; rm -rf libwebp.so )
( cd usr/lib64 ; ln -sf libwebp.so.7.1.0 libwebp.so )
( cd usr/lib64 ; rm -rf libwebpdecoder.so )
( cd usr/lib64 ; ln -sf libwebpdecoder.so.3.1.0 libwebpdecoder.so )
( cd usr/lib64 ; rm -rf libwebp.so.7 )
( cd usr/lib64 ; ln -sf libwebp.so.7.1.0 libwebp.so.7 )
( cd usr/lib64 ; rm -rf libwebpmux.so )
( cd usr/lib64 ; ln -sf libwebpmux.so.3.0.5 libwebpmux.so )
( cd usr/lib64 ; rm -rf libwebpdecoder.so.3 )
( cd usr/lib64 ; ln -sf libwebpdecoder.so.3.1.0 libwebpdecoder.so.3 )
( cd usr/lib64 ; rm -rf libwebpmux.so.3 )
( cd usr/lib64 ; ln -sf libwebpmux.so.3.0.5 libwebpmux.so.3 )
( cd usr/lib64 ; rm -rf libwebpdemux.so )
( cd usr/lib64 ; ln -sf libwebpdemux.so.2.0.6 libwebpdemux.so )

It is recommended that you make these lines your new installation script.

Would you like to make this stuff the install script for this package
and remove the symbolic links ([y]es, [n]o)? y


Removing symbolic links:
removed './usr/lib64/libwebpdemux.so.2'
removed './usr/lib64/libwebp.so'
removed './usr/lib64/libwebpdecoder.so'
removed './usr/lib64/libwebp.so.7'
removed './usr/lib64/libwebpmux.so'
removed './usr/lib64/libwebpdecoder.so.3'
removed './usr/lib64/libwebpmux.so.3'
removed './usr/lib64/libwebpdemux.so'

Creating your new ./install/doinst.sh...

This next step is optional - you can set the directories in your package
to some sane permissions. If any of the directories in your package have
special permissions, then DO NOT reset them here!

Would you like to reset all directory permissions to 755 (drwxr-xr-x) and
directory ownerships to root.root ([y]es, [n]o)? n

Creating Slackware package: /tmp/libwebp-1.1.0-x86_64-1_SBo.tgz

WARNING: zero length file usr/lib64/python2.7/site-packages/com/google/webp/__init__.py
WARNING: zero length file usr/lib64/python2.7/site-packages/com/google/__init__.py
WARNING: zero length file usr/lib64/python2.7/site-packages/com/__init__.py

Slackware package /tmp/libwebp-1.1.0-x86_64-1_SBo.tgz created.
 
  


Reply



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] Gnucash error after libwebp 0.5.1 update frushiyama Slackware 1 10-08-2016 04:47 PM
NIC not installed anymore, KDE not installed anymore, LILO duplicate Volume ID error scottad Slackware 2 03-31-2012 12:13 AM
rpm: installed or not installed... c0c0deuz Linux - General 4 07-12-2003 06:38 PM
installed? or not installed? that is the question danny678010 Linux - Software 3 11-04-2002 06:57 PM
how can I understand whether a program installed or not installed? emin Linux - Newbie 2 10-13-2002 11:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 04:15 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