Moderators: Pardner, TheDoctor
Bart202 wrote:cg_killmsg: I don't like that feature
seta cg_allowDownload "1"
seta cl_allowDownload "1"
sv_allowDownloads 0
Col Sanders wrote:After quite a bit of tinkering ...
Col Sanders wrote:this resulted in a screen showing a download commencing, but a message saying server is not set to allow downloads.
Col Sanders wrote:I am running Ubuntu Lucid using the 64 bit .deb from this thread: http://forum.smokin-guns.org/viewtopic.php?f=33&t=3185&p=24598&hilit=.deb#p24468.
Col Sanders wrote:Changed folder permissions and turned off firewall, still no luck.
Col Sanders wrote:Thanks for the quick reply and explanation, Doc. In light of that I suspect you are right about the executable.
Loading "libcurl.so.3"...WARNING: could not load cURL library
su
cd /usr/lib
ln -s libcurl.so.4 libcurl.so.3
Loading "libcurl.so.4"...WARNING: could not load cURL library
:~$ ls -la /usr/lib32/ | grep curl
... libcurl.so -> libcurl.so.4
... libcurl.so.3 -> libcurl.so.4
... libcurl.so.4 -> libcurl.so.4.1.1
... libcurl.so.4.1.1
sudo ln -s -T /usr/lib32/libcurl.so.4 /lib/libcurl.so.4
sudo ln -s -T /usr/lib32/libcurl.so.4.1.1 /lib/libcurl.so.4
sunrise wrote:Can I change back the colors of the hit messages to default with a command?
Col Sanders wrote:No luck with either. Any ideas?
Loading "libcurl.so.4"...OK
cd /usr/lib/
sudo mv libcurl.so.4 libcurl.so.4.original
sudo ln -s libcurl.so.4.1.1 libcurl.so.4
sed -i -e 's/seta cl_cURLLib "libcurl.so.4"/seta cl_cURLLib "libcurl.so.4.1.1"/' ~/.smokinguns/smokinguns/q3config.cfg
Col Sanders wrote:Well, we're definitely getting somewhere, but I haven't quite got it.
- Code: Select all
Loading "libcurl.so.4"...WARNING: could not load cURL library
Col Sanders wrote:I tried each of these:
- Code: Select all
sudo ln -s -T /usr/lib32/libcurl.so.4 /lib/libcurl.so.4
sudo ln -s -T /usr/lib32/libcurl.so.4.1.1 /lib/libcurl.so.4
No luck with either. Any ideas?
The program 'curl' is currently not installed. You can install it by typing:
sudo apt-get install curl
:~$ find /*/*/libcurl* -exec ls -la '{}' \;
... /usr/lib64/libcurl-gnutls.so.3 -> libcurl-gnutls.so.4
... /usr/lib64/libcurl-gnutls.so.4 -> libcurl-gnutls.so.4.1.1
... /usr/lib64/libcurl-gnutls.so.4.1.1
... /usr/lib64/libcurl.so.3 -> libcurl.so.4
... /usr/lib64/libcurl.so.4 -> libcurl.so.4.1.1
... /usr/lib64/libcurl.so.4.1.1
sudo apt-get install curl