Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
11-08-2008, 03:46 PM
|
#1
|
|
Member
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 317
Rep:
|
Pidgin Compilation Error
Hi out there !!! I started to install pidgin 2.5.2 in my slackware 12.1 .
When i run ./configure it returns this error :
Code:
configure: error:
NetworkManager development headers not found.
Use --disable-nm if you do not need NetworkManager support.
I search for networkmanager package but i didn't found anything that make it ok !! Does anyone in this big community knows where can i find this dev headers ?
Thanx in advanced an sorry for ma bad english.
|
|
|
|
11-08-2008, 04:02 PM
|
#2
|
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,677
Rep: 
|
Slackware does not use "dev" packages like all the RPM based distros.
Why don't you just use the pidgin.SlackBuild script and sources for Slackware-current to build a package for your slackware-12.1?
See http://slackware.osuosl.org/slackwar...ce/xap/pidgin/
Eric
|
|
|
|
11-08-2008, 04:25 PM
|
#3
|
|
Member
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 317
Original Poster
Rep:
|
Thanx a lot my friend for helping me. I run the .sh script an then i run make but after a lot of time it returns back this error :
Code:
gcc: /usr/lib/libgtkspell.so: No such file or directory
make[3]: *** [pidgin] Error 1
make[3]: Leaving directory `/tmp/tgz/pidgin-2.5.2/pidgin'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/tgz/pidgin-2.5.2/pidgin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/tmp/tgz/pidgin-2.5.2'
make: *** [all] Error 2
|
|
|
|
11-08-2008, 04:35 PM
|
#4
|
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,677
Rep: 
|
YOu need a full installation of Slackware. If you only install the missing gtkspell package now, you will undoubtedly run into other missing libraries later on.
Slackware 12.1 - or one of the fork distros?
Eric
|
|
|
|
11-08-2008, 04:40 PM
|
#5
|
|
Senior Member
Registered: Mar 2007
Location: Russia
Distribution: Slackware 12.2
Posts: 1,202
Rep:
|
Quote:
Originally Posted by Alien Bob
YOu need a full installation of Slackware. If you only install the missing gtkspell package now, you will undoubtedly run into other missing libraries later on.
Slackware 12.1 - or one of the fork distros?
Eric
|
I believe gtkspell wasn't included in 12.1 (might be wrong with it, but remember similar error while compiling more recent version of pidgin on 12.1). Anyway, I think that gtkspell can be disabled with ./configure command-line switches. See ./configure --help for more details.
|
|
|
|
11-08-2008, 04:41 PM
|
#6
|
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,677
Rep: 
|
Quote:
Originally Posted by ErV
I believe gtkspell wasn't included in 12.1
|
You are absolutely right on all counts.
Eric
|
|
|
|
11-09-2008, 04:39 AM
|
#7
|
|
Member
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 317
Original Poster
Rep:
|
Quote:
|
I think that gtkspell can be disabled with ./configure command-line switches. See ./configure --help for more details.
|
Yes but i didn't use ./configure... :s i just run the .sh script . where i have to put the command to disable this lib ?
|
|
|
|
11-09-2008, 08:55 AM
|
#8
|
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 1,853
|
look at the SlackBuild script. Basically it's just a set of bash script to configure, compile and install the package to certain directory and then make a tgz package from it.
Look at the ./configure line. You can add/remove/modify those lines to configure how you will install your application
|
|
|
|
11-09-2008, 08:57 AM
|
#9
|
|
Senior Member
Registered: Jan 2002
Location: Southern California
Distribution: Slackware 14.0
Posts: 1,874
Rep:
|
In your original post, you said you were running ./configure. Regardless, the install.sh file is a script which consolidates the compile steps. That consolidation reduces your control. If you run ./configure --disable-gtkspell it should work around the error and allow you to go to the "make" step.
Take a look at the INSTALL file. Detailed instructions are there and seem pretty straight-forward.
|
|
|
|
11-09-2008, 09:13 AM
|
#10
|
|
Member
Registered: Sep 2007
Location: In My Box
Distribution: Arch Linux
Posts: 317
Original Poster
Rep:
|
Thanx a lot dudes !! This community Rocks   Problem solved by adding
near the ./configure in the .sh file 
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:08 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|