The time now is Sat 18 May 2013, 15:19
All times are UTC - 4 |
|
Page 8 of 8 [116 Posts] |
Goto page: Previous 1, 2, 3, ..., 6, 7, 8 |
| Author |
Message |
Shep
Joined: 08 Nov 2008 Posts: 840 Location: GIRT-BY-SEA
|
Posted: Tue 05 Oct 2010, 10:20 Post subject:
Re: Lib, Libs, Libraries Get Them Hot !!! Data base |
|
| ttuuxxx wrote: | | Hi Have you ever wanted a particular LIB file and couldn't find it or it has taken you hours? |
wireshark find some missing libs but these are not on your site and I can't find them for downloading. Anyone have them?
libtasn1.so.3: version `LIBTASN1_0_3' not found (required by /usr/lib/libgnutls.so.26)
libc.so.6: version `GLIBC_2.8' not found (required by /usr/lib/libgnutls.so.26)
I do have a libc.so.6 but apparently it is not to wireshark's liking.
|
|
Back to top
|
|
 |
paradj

Joined: 09 Jun 2010 Posts: 9
|
Posted: Tue 28 Dec 2010, 11:25 Post subject:
Tuxxx's Libs are gone? |
|
http://www.puppylinux.ca/tpp/ttuuxxx/Libs/
404 error
|
|
Back to top
|
|
 |
GustavoYz

Joined: 07 Jul 2010 Posts: 864 Location: .ar
|
Posted: Tue 11 Jan 2011, 06:22 Post subject:
|
|
| Quote: |
Not Found
The requested URL /tpp/ttuuxxx/Libs/ was not found on this server. |
Apparently, i can't connect... Is the link broken?
_________________

|
|
Back to top
|
|
 |
666philb

Joined: 07 Feb 2010 Posts: 1217 Location: wales
|
Posted: Sun 23 Jan 2011, 10:10 Post subject:
|
|
the libs can be found here
http://www.smokey01.com/ttuuxxx/other/LIBS/libs-with-links.tar
Last edited by 666philb on Tue 15 Mar 2011, 03:10; edited 1 time in total
|
|
Back to top
|
|
 |
AF Branden

Joined: 15 Sep 2009 Posts: 175 Location: United States, WA
|
Posted: Mon 14 Feb 2011, 07:37 Post subject:
|
|
Thanks for the link.
_________________

|
|
Back to top
|
|
 |
blindbaby
Joined: 10 Oct 2011 Posts: 2
|
Posted: Mon 10 Oct 2011, 03:35 Post subject:
|
|
I am a complete newb. I checked the link posted on the first page and the following libs seem to be missing:
libmpcdec.so.3
libts-0.0.so.0
libsqlite3.so.0
|
|
Back to top
|
|
 |
Makoto

Joined: 03 Sep 2009 Posts: 1367 Location: Out wandering... maybe.
|
Posted: Wed 12 Oct 2011, 14:11 Post subject:
|
|
The puppylinux.ca link, in the first post? That mirror more or less no longer exists. ttuuxxx's lib archive has been mirrored on other servers, though I don't have the links with me at the moment.
Edit: One such mirror is here: http://brainwavedesigncentral.net/mike/Libs-ttuxxx/, though I don't know, offhand, how complete it is. There have also been one or two entire-directory package links posted in this topic (whether or not they're still valid, I don't know, either. ).
Of course, the archive doesn't contain every lib out there...
_________________ [ Puppy 4.3.1 JP, Frugal install | 1GB RAM | 1.3GB swap ] * My Pidgin Builds for Puppy 4.3.1
In memory of our beloved American Eskimo puppy (1995-2010) and black Lab puppy (1997-2011).
|
|
Back to top
|
|
 |
`f00

Joined: 06 Nov 2008 Posts: 787 Location: the Western Reserve
|
Posted: Fri 16 Dec 2011, 19:07 Post subject:
Subject description: nice lib repo |
|
this page even has qt-3.3.8 dotpet..
http://brainwavedesigncentral.net/mike/index.php?dir=Libs-ttuxxx%2F (Makoto's url is more direct, this one gives a few details)
..I like the 'big whack' libs-with-links.tar which is fairly comprehensive for most general diddling @61.8mb, but individual packages are good if that's all you need at the moment.
of course it may be a linux nono, but with big whack I got xfe working in p104..
|
|
Back to top
|
|
 |
hayden

Joined: 13 Sep 2006 Posts: 55 Location: New Hampshire USA
|
Posted: Thu 12 Jan 2012, 17:33 Post subject:
|
|
The "brainwave" links take me to a blank page but the "smokey" link worked for me. That gives you a whole mess of libs. It would not be hard (meaning I did it years ago) to create a shell script or AWK program that generates a list of all the files in a directory and creates a web page with a link to each individual file. This might be nice for those who just need a lib or two. If only we could find a stable home for these;-( Adding a lib would not be any more work than creating a new archive. To add a couple files, edit the page generated by the script. To add a bunch of files, put them in the directory and rerun the script.
|
|
Back to top
|
|
 |
sunburnt

Joined: 08 Jun 2005 Posts: 4001 Location: Arizona, U.S.A.
|
Posted: Fri 13 Jan 2012, 15:34 Post subject:
|
|
Or better yet... A script that catches missing library errors and runs "ldd".
This gives a list of missing libraries for the script to wget from the web site.
This is done several times if needed as deps. sometimes have more deps.
The libraries would be divided into directories for each Puppy version.
If a library works in several versions, then put links in the other directories.
So then each version of Puppy knows exactly where to look for it`s libraries.
# Automatic missing library, detection, location, download, and install.!!!
.
Last edited by sunburnt on Sun 15 Jan 2012, 16:12; edited 2 times in total
|
|
Back to top
|
|
 |
Q5sys

Joined: 11 Dec 2008 Posts: 842
|
Posted: Sat 14 Jan 2012, 17:48 Post subject:
|
|
| hayden wrote: | | The "brainwave" links take me to a blank page but the "smokey" link worked for me. That gives you a whole mess of libs. It would not be hard (meaning I did it years ago) to create a shell script or AWK program that generates a list of all the files in a directory and creates a web page with a link to each individual file. This might be nice for those who just need a lib or two. If only we could find a stable home for these;-( Adding a lib would not be any more work than creating a new archive. To add a couple files, edit the page generated by the script. To add a bunch of files, put them in the directory and rerun the script. |
Ive wanted to make a puppy package site for a while now. I've got the domain and hosting sorted... its just getting a webdev to help build the place.
I'd be easy to have a section for libs for people to grab when they need.
See this thread
PM me if you think you can help make this a reality.
I originally was thinking of doing this through a webgui as you can see in the thread. But I'm ok if we can script out the whole thing and make a program that'll run like Pacman in Arch linux or apt-get, etc. Just do pull a file from the site with the file list, grep the file you want... then download the link. etc.
Im sure you get where im going with this.
_________________
My PC is for sale
|
|
Back to top
|
|
 |
|
|
Page 8 of 8 [116 Posts] |
Goto page: Previous 1, 2, 3, ..., 6, 7, 8 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|