@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7 8 9



Comments:

<0> hello
<0> can someone help me?
<1> lame
<0> can you?
<1> How the hell would I know? You think I'm a psychic? I don't have any idea what kind of problem you have.
<0> ok
<0> i want istall kde 5.0 in suse 10.0
<0> but i dont know istall it
<0> it's fist time for me
<0> hello
<0> can someone help me?
<0> i want istall kde 5.0 in suse 10.0
<0> but i dont know istall it



<0> it's fist time for me
<0> can someone help me?
<2> on joins... does that mean any event that is caused by a "on join".. such as whoising someone, or versioning someone, or even looking at their nickname for joining??
<2> p3nguin: had one hell of a night!
<2> p3nguin: after i called you we walked up to Bruce's and he brought us back to the house to get the Bronco to go pull out the Sidekick.. well the fuel pump went out on the Bronco 3/4 of a mile away from the Sidekick.. so it was stuck in the middle of the road and had to call shawn to come get us..
<2> so we went and got andrews mustang and pulled the bronco to the church over by Kyles moms and then went and pulled the sidekick out with the mustang, took the mustang back to the house...
<2> then we went and toed the bronco home with the sidekick and came across a state cop and the ****er just looked at us and didnt even turn around, i was like "OH NO!!"
<2> heh
<3> I hate EMC and everything they sell!
<3> Okay. Just had to get that out there. I feel better now.
<2> what is emc?
<3> http://www.EMC.com. Enterprise storage vendor. SANs and junk.
<4> shrug build my own stuff
<5> how to check cURL is installed or not?
<6> what system?
<5> linux
<6> what dist
<5> Fedora i686
<6> you could always 'locate curl'
<6> see if that brings anything up .. thats a start
<6> fedora is rpm based yes?
<5> yes
<5> i have to type this "locate curl" in terminal?
<6> yes
<5> ok
<5> warning: locate: could not open database: /var/lib/slocate/slocate.db: No such file or directory
<5> warning: You need to run the 'updatedb' command (as root) to create the database.
<5> Please edit /etc/updatedb.conf to enable the daily cron job.
<6> 'sudo updatedb' or 'sudo slocate -u'
<5> i did "sudo updatedb"
<5> loading
<6> 'rpm -q' should give you a list of installed packages
<6> try rpm -q curl
<5> root@fast [~]# rpm -q
<5> rpmq: no arguments given for query
<6> or rpm -q cURL
<5> package cURL is not installed
<6> you should try not to run as root.
<5> i am using cpanel. and it said cURL is installed
<6> curl is not installed then
<6> hmm..
<5> which is easy to install binary or source?
<6> I always install source, but it can be a bit trickier. Based on your current level of experience, I would suggest using a binary release, if one that is compatible with your system is available.
<5> ok
<5> http://curl.haxx.se/download.html
<5> which is better for me?
<5> in Linux - Generic
<6> moment bitte
<5> oh sorry
<5> in Linux - Fedora
<6> which fedora are you running?
<7> Cancel
<5> Fedora i686
<6> what release?
<5> i dont know
<5> how to check it?
<6> I am going to ***ume that it is a newer release.
<6> ftp://ftp.openpkg.org/release/2.5/BIN/ix86-fedora4/curl-7.15.0-2.5.0.ix86-fedora4-openpkg.rpm
<5> thanks
<5> how to run RPM via terminal?
<6> rpm -ivh curl-7.15.0-2.5.0.ix86-fedora4-openpkg.rpm



<6> <5> thanks
<5> root@fast [~]# rpm -ivh curl-7.15.0-2.5.0.ix86-fedora4-openpkg.rpm
<5> warning: curl-7.15.0-2.5.0.ix86-fedora4-openpkg.rpm: Header V3 DSA signature: NOKEY, key ID 63c4cb9f
<5> error: Failed dependencies:
<5> OpenPKG is needed by curl-7.15.0-2.5.0.ix86
<5> openpkg >= 2.5.0 is needed by curl-7.15.0-2.5.0.ix86
<5> what does it mean?
<8> means you need those packages to be able to install curl
<6> true
<6> i am getting you a link now
<5> thanks
<6> ftp://ftp.openpkg.org/release/2.5/BIN/ix86-fedora4/openpkg-2.5.0-2.5.0.ix86-fedora4-openpkg.rpm
<6> try that
<5> ok
<5> rpm -ivh openpkg-2.5.0-2.5.0.ix86-fedora4-openpkg.rpm
<5> Preparing... ########################################### [100%]
<5> package openpkg-2.5.0-2.5.0 is intended for a ix86 architecture
<5> package openpkg-2.5.0-2.5.0 is intended for a fedora4 operating system
<5> is it fine?
<6> rpm -q openpkg
<5> package openpkg is not installed
<5> there are many other RPM available withour Openpkg
<5> http://curl.haxx.se/download.html
<5> here
<5> Linux - Fedora
<5> Fedora i386 7.15.1 binary fedora.redhat.com
<6> try it if you want
<5> root@fast [~]# rpm -ivh curl-7.15.1-1.2.i386.rpm
<5> error: Failed dependencies:
<5> libc.so.6(GLIBC_2.4) is needed by curl-7.15.1-1.2.i386
<5> libcrypto.so.6 is needed by curl-7.15.1-1.2.i386
<5> libssl.so.6 is needed by curl-7.15.1-1.2.i386
<5> how to install it?
<6> wow ... who installed your system?
<6> lol
<4> welcome to rpm hell.
<6> so true
<6> i bet you have failed deps for those failed deps
<5> Datacenter installed
<5> what to do now?
<6> yikes. let me see if i can dig up some links really fast. your best bet to being able to do this yourself is searching for the package base name (ie libc or libcrypto) then dling the binary or source (which i recommend) and going at it
<4> let them fix it?
<5> Regial is really very helpful person.
<5> i found
<5> libc-client.i386
<5> libgcc.i386
<6> i dont know if that is what you want
<5> ok
<6> glibc can be a huge pain in that ***
<6> run gcc -v
<5> ok
<5> -bash: run: command not found
<6> ugly
<6> try cc -v
<5> it is also not installed?
<5> Using built-in specs.
<5> Target: i386-redhat-linux
<5> Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,java,f95,ada --enable-java-awt=gtk --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --host=i386-redhat-linux
<5> Thread model: posix
<5> gcc version 4.0.2 20051125 (Red Hat 4.0.2-8)
<6> sweet
<5> what to do now?
<6> http://rpm.pbone.net/index.php3/stat/4/idpl/2497296/com/openssl-0.9.8a-5.i686.rpm.html
<5> i am using fedora or redhat?
<6> i think fedora is based on redhat. I am not sure the specifics
<6> rather fedora is based on redhat.
<5> what i have to download from above website?
<6> one of the files listed near the middle of the page
<5> rpm -ivh openssl-0.9.8a-5.i686.rpm
<5> open ssl?
<5> ok
<6> who the hell came up with rpm's anyways.
<6> yes
<6> that should work


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #linux
or
Go to some related logs:

#worldchat
#india
#linux
#chat-world
#allnitecafe
#kl
#php
lithuanian_girl dalnet
#kl
#kl



Home  |  disclaimer  |  contact  |  submit quotes