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. |
|
 |
|
05-11-2008, 11:13 PM
|
#16
|
|
Senior Member
Registered: Jul 2007
Distribution: Slackware64-14.0
Posts: 2,212
|
...has anyone actually attempted to contact Pat on this issue? Technically these are official support forums, but you could always just go to the source. (I won't because I don't know enough about the issue)
|
|
|
|
05-11-2008, 11:26 PM
|
#17
|
|
Slackware Contributor
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 1,895
Rep: 
|
This is not an "official" or definitive statement, but probably sqlite will be added in -current for 13.0.
By the time the sqlite dependency was realized, it was a bit late in the devel cycle to add it. There are *lots* of things that will link sqlite if it's present, so there would have been endless requests to "recompile $app for sqlite" and delayed 12.1 even further.
|
|
|
|
05-12-2008, 12:09 AM
|
#19
|
|
Slackware Contributor
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 1,895
Rep: 
|
Quote:
Originally Posted by jong357
|
Yeah, and then python will need to be recompiled too though.
|
|
|
|
05-12-2008, 12:23 AM
|
#20
|
|
Member
Registered: Jun 2007
Location: Russia, Moscow Region
Distribution: Slackware
Posts: 167
Rep:
|
It is as it is. Are you sure they have to include those two dependencies into distribution? Are sure that it should be thrown away, if they will not include them? It is ridiculous and not funny. Personally I do not care for another gui version, or if you do not care for a console one — do you vote for removal?
What really can be done, the removal of the .desktop file, if people care so much about the reputation of Slackware. But then the package would be touched.
About 'official reaction', what reaction do you mean? Until your decision coincide with those 2-5 developers, it will not be satisfied.
|
|
|
|
05-12-2008, 11:43 AM
|
#21
|
|
Senior Member
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914
Rep:
|
Quote:
Originally Posted by rworkman
Yeah, and then python will need to be recompiled too though.
|
Why does python need to be recompiled? Not sure I get that one.
|
|
|
|
05-12-2008, 01:14 PM
|
#22
|
|
Slackware Contributor
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 1,895
Rep: 
|
Quote:
Originally Posted by jong357
Why does python need to be recompiled? Not sure I get that one.
|
I'll admit that I didn't personally confirm that python has to be recompiled, and at first glance, it certainly appears that the sqlite functionality is already present in the stock python package. However, I have had multiple reliable individuals advise that the sqlite functionality is not functional without recompiling python with sqlite actually installed on the system.
|
|
|
|
05-12-2008, 03:10 PM
|
#23
|
|
Senior Member
Registered: May 2003
Location: Columbus, OH
Distribution: DIYSlackware
Posts: 1,914
Rep:
|
Well, it seems you can do it either way. Re-build python with sqlite on the system or you can just build pysqlite after installing sqlite... You wind up with a working zenmap either way. I was looking for a --without-sqlite{3} switch in python's configure but no joy. That makes things slightly problematic using a stand alone pysqlite package.
If slackware opted for a stand alone pysqlite, there are a multitude of ways to eliminate it from the python source code itself... Nothing as nice as --without-sqlite but still....
|
|
|
|
05-12-2008, 04:44 PM
|
#24
|
|
LQ 5k Club
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Laptop: Slackware 14.0 // Desktop: Slackware64 14.0 // Netbook: Slackware 14.0
Posts: 6,196
|
What about getting sqlite and pysqlite from slacky.eu?
|
|
|
|
05-12-2008, 05:33 PM
|
#25
|
|
Guru
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,818
|
You could certainly do that, but many (most?) Slackware users would rather handle things themselves than use binaries built by someone else.
|
|
|
|
05-13-2008, 05:13 AM
|
#26
|
|
LQ 5k Club
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Laptop: Slackware 14.0 // Desktop: Slackware64 14.0 // Netbook: Slackware 14.0
Posts: 6,196
|
Quote:
Originally Posted by MS3FGX
You could certainly do that, but many (most?) Slackware users would rather handle things themselves than use binaries built by someone else.
|
Very true. I prefer the CLI, but getting the missing pieces from slacky.eu gives an easy fix for those who want a GUI for nmap.
|
|
|
|
05-13-2008, 02:16 PM
|
#27
|
|
Senior Member
Registered: Jul 2007
Distribution: Slackware64-14.0
Posts: 2,212
|
MS3FGX, slacky.eu also includes SlackBuilds, so if you want to build it yourself, you can (though I don't like their format and I always end up changing things, but their SlackBuilds work as a nice base if you're having trouble getting something to compile).
|
|
|
|
05-13-2008, 02:35 PM
|
#28
|
|
Member
Registered: Oct 2007
Location: Indiana, PA
Distribution: Slackware 14
Posts: 308
Rep:
|
Quote:
Originally Posted by T3slider
Slacky.eu also includes SlackBuilds, so if you want to build it yourself, you can (though I don't like their format and I always end up changing things, but their SlackBuilds work as a nice base if you're having trouble getting something to compile).
|
I couldn't agree more. Slacky.eu is now the ONLY third-party site I trust for packages that I don't build myself. Those guys really do a fantastic job. In some cases I've had to change their build script (for instance their Mplayer is in Italian) but all I had to do was change 'language=it' to 'language=en' and it worked great. For the most part I use SlackBuilds.org exclusively but for tough programs with lots of dependencies I grab everything I need from Slacky.eu and they always run well. 
|
|
|
|
05-13-2008, 03:02 PM
|
#29
|
|
Slackware Contributor
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 1,895
Rep: 
|
Quote:
Originally Posted by digger95
ISlacky.eu is now the ONLY third-party site I trust for packages that I don't build myself.
|
But, but, but... what about me and Eric? ;-)
Just kidding, really 
|
|
|
|
05-13-2008, 04:31 PM
|
#30
|
|
Member
Registered: Oct 2007
Location: Indiana, PA
Distribution: Slackware 14
Posts: 308
Rep:
|
LOL.
Like I said in my post, I almost always use SlackBuilds.org, but when I'm feeling lazy and just want to get something installed quick and/or its got a ton of dependencies I don't want to track down myself... I trust slacky.eu. And anyway... I assume the build scripts there are based on yours anyway, so... thanks!
You all really do a fantastic job and should be commended.
(How's that for butt-kissing?)
Dig
|
|
|
|
| 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 11:54 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
|
|