SlackwareThis 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.
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 ?
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/
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?
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.
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
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.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.