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 11-01-2015, 04:22 AM   #1
cdmciver
LQ Newbie
 
Registered: Nov 2015
Location: UK
Distribution: Slackware 14.1
Posts: 9

Rep: Reputation: Disabled
Unhappy gnucash 2.6.6 on Slack 14.1 - configure: error: Cannot find


Hello friends,

I've been using Slack for around 6 months now and it has been excellent, pretty much all of what I need is already installed. So I decided to get a bit more adventurous and learn how to use SlackBuilds to install gnucash.
The first three requirements went fine but the installation of webgitgtk dumped out on this:

configure: error: WebP library (libwebp) not found

But I have installed the SlackBuild, so it just can't find it I assume.

After having a look around, it looked like webkitgtk was only required for geo-location stuff so I just thought I'd give ./gnucash.SlackBuild a quick go anyway.

That just dumped me out at:

configure: error: Cannot find libgoffice.>= 0.7.0

I'm assuming this should be included in goffice0.8, which installed without error.

My guess is that it has something to do with paths but I don't really know what I should be editing to get this to find each other. I also don't want to just go in and start playing around, and make important paths disappear!

So if anyone could give me a hand here, I would be very greatful!

P.S. Through out the whole process, I've been logged in as root.
 
Old 11-01-2015, 04:58 AM   #2
lambo69
Member
 
Registered: Sep 2012
Distribution: Slackware, Manjaro, Slackarm, Raspbian, Debian
Posts: 68

Rep: Reputation: Disabled
Did you install http://slackbuilds.org/repository/14...aries/libwebp/ previously?
 
Old 11-01-2015, 05:24 AM   #3
cdmciver
LQ Newbie
 
Registered: Nov 2015
Location: UK
Distribution: Slackware 14.1
Posts: 9

Original Poster
Rep: Reputation: Disabled
Hi lambo69,

Yes I did, it's listed as one of the requirements on the webkitgtk slackbuild page.
However, I did not install gstreamer1 because the slackbuild page said:

"DO NOT replace the Slackware-provide gstreamer package with this gstreamer1 package from here!"

So I didn't touch that one. But weblibp installed with no problem.
 
Old 11-01-2015, 05:50 AM   #4
lambo69
Member
 
Registered: Sep 2012
Distribution: Slackware, Manjaro, Slackarm, Raspbian, Debian
Posts: 68

Rep: Reputation: Disabled
Try to locate libwebp
Code:
find / -name libwebp
If it's there, have a look if it's in $PATH. If it's available but not in your path, create a soft link to make it available.

What sometimes helps is running "ldconfig".
 
Old 11-01-2015, 05:51 AM   #5
cdmciver
LQ Newbie
 
Registered: Nov 2015
Location: UK
Distribution: Slackware 14.1
Posts: 9

Original Poster
Rep: Reputation: Disabled
Wait a second! I think I've just been making packages.

Is this right? for example

./libwebp.SlackBuild

I thought that installed the SlackBuild. If I've been doing this wrong, I am sorry!

But in that case, whats next?

What have I made and what do I do with it?
 
Old 11-01-2015, 05:58 AM   #6
lambo69
Member
 
Registered: Sep 2012
Distribution: Slackware, Manjaro, Slackarm, Raspbian, Debian
Posts: 68

Rep: Reputation: Disabled

Have a look at /tmp, usually slackbuilds drop packages there and they have to be installed manually...
cd to /tmp and then
Code:
installpkg packagename

Maybe you should have a look at https://www.sbopkg.org/

Last edited by lambo69; 11-01-2015 at 05:59 AM. Reason: forgot something
 
Old 11-01-2015, 06:03 AM   #7
cdmciver
LQ Newbie
 
Registered: Nov 2015
Location: UK
Distribution: Slackware 14.1
Posts: 9

Original Poster
Rep: Reputation: Disabled
Oh my god, yeah they're all in /tmp

I was using the "how to" on the SlackBuilds website and I think that I was so excited by the fact that stuff was happening, I didn't go to step 4!

Just two quick questions (hopefully) then. I'm using installpkg as root, will this make the programs available to all users?
And is https://www.sbopkg.org/ like the slackpkg tool?

Thanks lambo69, sorry for the trouble!
 
Old 11-01-2015, 06:09 AM   #8
lambo69
Member
 
Registered: Sep 2012
Distribution: Slackware, Manjaro, Slackarm, Raspbian, Debian
Posts: 68

Rep: Reputation: Disabled
Quote:
I'm using installpkg as root, will this make the programs available to all users?
Yes
Quote:
And is https://www.sbopkg.org/ like the slackpkg tool?
No. slackpkg handles packages from mirrors of the slackware-project, sbopkg handles slackbuilds (download sources, verifying them, running slackbuild, installing the package, and so on).
 
Old 11-01-2015, 06:10 AM   #9
cdmciver
LQ Newbie
 
Registered: Nov 2015
Location: UK
Distribution: Slackware 14.1
Posts: 9

Original Poster
Rep: Reputation: Disabled
Excellent, thanks for all your help lambo69!
 
Old 11-03-2015, 11:06 PM   #10
Gerardo Zamudio
Member
 
Registered: Jan 2011
Distribution: Slackware
Posts: 128

Rep: Reputation: 112Reputation: 112
Be sure to mark the thread as SOLVED in case others have the same problem :-p
 
  


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
Configuration Error when running ./configure for gnucash cddesjar Linux - Software 2 04-28-2005 10:56 PM
Gnucash on Slack 10 linda Slackware 3 09-18-2004 02:13 PM
Error Trying to Run GnuCash 1.8.9 in Slack 9.1 Lucinda Slackware 2 06-08-2004 03:34 PM
can't find gnome-config while running ./configure on gnucash jtwJGuevara Slackware 2 03-28-2004 06:49 PM
help with gnucash configure stevenhasty Slackware 1 07-28-2003 02:21 AM

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

All times are GMT -5. The time now is 05:43 AM.

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