Slackware :: Running Multi For 32 Bit Support - Error Loading CURL Library

Jun 27, 2010

I'm running Slack 13.1 64 bit. I'd like to try running multi for 32 bit support so I can run a 32 bit version of firefox using the 32 bit flash plugin. Here's what I did: - followed Alien Bob's Wiki and download and installed all the *txz files. - installed a bunch of required libraries following the instructions on the Wiki - installed the 32 bit 10.1 version of the flash player plugin in $HOME/.mozilla/plugins/ - started the 32 bit 3.6.3 version of firefox; it seems to work fine. - go to about plugins and verify that Shockwave Flash (libflashplayer.so) is version 10.1 r53 and it is enabled. - run "ldd libflashplayer.so" and verified that all libraries are found. - run "ldd /usr/lib/firefox-3.6.3/firefox-bin" and verified all libraries are found. - go to [URL]... and click on "test your adobe flash player installation" I will get this error: Adobe Flash Player error: could not load cURL library - I verified (repeatedly) that I do have what I think is the correct package. How can I fix (or start debugging) this error?

View 7 Replies


ADVERTISEMENT

General :: Error 'Method "curlQuery" Of Class "Twitter" Reported An Error: CURL Library Not Installed

Jan 19, 2010

I am installed cUrl from http://packages.ubuntu.com/lucid/amd64/curl/download for my ubuntu 9.0 with php 5.2 ,Apache 2.0.It was installed by gkebi package installer. but when i display phpinfo() curl not found since i was attempt to use phptwitter class. what is the proble i have? When i am trying to install again package installer shows same version of curl already found, but phptwitterclass shows following error 'Method "curlQuery" of class "Twitter" reported an error: CURL library not installed.'

View 1 Replies View Related

Slackware :: Php Curl Can't Resolve Host Getting Error?

Jan 26, 2011

I have a strange problem with using curl function in php on slackware machines. So far I tested this on 2 PCs. I din't test it on any other distributions, so I don't know if it's only slackware problem.

Problem is that I can't use php curl in normal way. It can be tested wit simple code:

Code:
$ch = curl_init("url");
$content = curl_exec($ch);
if (curl_error($ch)) {
echo(curl_error($ch) . "<br>");
}
echo($content);
When I'm opening this php script in browser I'm getting error message:

Code:
Couldn't resolve host 'google.lv'
but I can use curl command in terminal, also it works when I run this php script in terminal like:

Code:
php ./curl_test.php
So problem is not in curl or php itself, but in apache, because this happens only when this script is running in apache.

Searching google a lot, I got to conclusion that apache can't read /etc/resolve.conf file during startup. Strange thing is that it happens only when httpd starts during system startup, but if I'm stopping httpd and starting it again manually, it works as it should until I'll reboot my PC. Restarting httpd also do not work, I need to do start -> stop.

I think that apache reads /etc/resolve.conf only when it starting up and as I have DHCP, maybe network is still not ready at the moment of httpd startup.

I didn't try to configure php as php-cgi instead of apache module, I think then it would work normally because each php script would be separate process and it would read dns information each time, so the same like starting php script in terminal with command:

Code:
php ./curl_test.php
I think there are some ways to workaround it, e.g. delay somehow start of httpd during system startup, or something like that, but I want to find reason of this problem and make it work without any workaround.

View 1 Replies View Related

OpenSUSE :: Loading Library Fails: Undefined Symbol - Error

Aug 2, 2010

This is the error I receive when I try to install a library. I really do not know If I could do something to skip this error message.As you might see below. I receive the following error message Error in dyn.load(file, DLLpath = DLLpath, ...):unable to load shared library '/home/apa/R/x86_64-unknown-linux-gnu-library2.11/RandomFields/libs/RandomFields.so': /usr/lib64/R/lib/libRlapack.so: undefined symbol: _gfortran_concat_string

This is the full error log

Bash | [CODE]* installing *source* - Anonymous - d4DH09Wx - Pastebin.com

View 4 Replies View Related

Software :: CDemu Returns Error Loading Shared Library Libmirage.so.2?

Jul 2, 2010

I have downloaded CDemu from http://sourceforge.net/projects/cdemu/ and installed it without errors. However when I go to /usr/local/bin and run ./cdemud it returns the following error,

Quote:

ben@Scottie /usr/local/bin $ ./cdemud
./cdemud: error while loading shared libraries: libmirage.so.2: cannot open shared object file: No such file or directory

I find this confusing as I have installed libmirage - http://sourceforge.net/projects/cdem...r.bz2/download - and I have found libmirage.so.2 in /usr/local/lib.

View 5 Replies View Related

Ubuntu :: Install A Curl Library For Platform In Order To Run Game Server

Dec 3, 2010

Im new to Linux, so wanted to ask something.I need to install a Curl Library for my Platform in order to run my Game Server.But how do i install it ??Already found the files: [URL]..I have Linux Ubuntu Lucid (10.04)

View 1 Replies View Related

Software :: SSL Support For PHP Curl

Mar 14, 2010

I have both PHP and Apache installed.I need to get SSL support for Curl. I'm hoping I can do this with out having to download php/apache and re-configuring it via that.

View 10 Replies View Related

Fedora Installation :: Installing 32-bit Support Into 64-bit / Not Found' And 'error While Loading Shared Libraries?

Dec 1, 2009

Trying to launch Second Life gives the following error message:

You are running the Second Life Viewer on a x86_64 platform. The most common problems when launching the Viewer (particularly 'bin/do-not-directly-run-secondlife-bin: not found' and 'error while loading shared libraries') may be solved by installing your Linux

This problem was easily found using search with solutions for Fedora 11.

The following information has been found for adding the 32 bit support to Fedora 11 but it does not work in Fedora 12.

The file created in the instructions below is a list of the 32 bit libraries. It is then called as input to yum to simply install them.

"Add the Libraries Next, add the 32-bit libraries by copying the following list, and pasting it into a text file. Save it as �Fedora-ia32.txt�."

Another post says that was all unnecessary as the following commands would do the same thing.

Could have simply been achieved by calling:$ yum install SDL.i586...(Or by selecting SDL.i586 in add/remove programs.)

The problem I have with Fedora 12 are neither of these will install anything in Fedora 12. Looking at add/remove programs does not yield anthing that looks like it is 32 bit support when searching with the argument "SDL".

Does anyone know how to install 32 bit support into Fedora 12 64 bit version ? I like the simple yum expression rather than long lists like the first example uses, but I'll try anything if it works.

A side question to this entire experiment is what chance would you give to Second Life being able to be run remotely using VNC? I would think if it runes on the Linux machine, using a remote terminal would have little impact. Using VNC isn't the usual way this will be run, I just wonder if it would work at all.

View 3 Replies View Related

CentOS 5 :: Error "libclntsh.so => Not Found" Loading Library

Mar 19, 2009

I get an error loading libraries, even though PATH and LD_LIBRARY_PATH seem to be correct. Here are the details:

[Code]....

View 1 Replies View Related

Software :: Running Into Error While Loading Shared Libraries

Mar 2, 2010

Upgraded to Fedora 12 (reinstall), and trying to recompile some software, but running into this error. So far as I recall, I did not have these issues going through the same process on Fedora 10.

This software required changing to gcc v4.1.2, and jdk 1.6.0_10 for proper compiling.

Did some research, and tried these things so far:

1. Disabled SELinux in the configuration file, /etc/selinux/conf
2. Added lib to the LD_LIBRARY_PATH
3. Searched for LD_ASSUME_KERNEL to no avail anywhere in this software, which appears to be a problem at times with other software and is commented out to fix this issue.

Here is my current LD_LIBRARY_PATH:

View 1 Replies View Related

Slackware :: Error Loading LibXft.so.2

Sep 21, 2010

I'm trying to run a counter-strike 1.6 server (hlds) on a slackware 13.0 machine, but I continue getting these errors:

./hlds_run: line 321: 8644 Segmentation fault $HL_CMD

I read loads of articles, but there's no known solution. I found an article for debian, where the problem was from missing lib packages:

# apt-get install libdb4.6-dev
# apt-get install libc6
# apt-get install libc6-dev
# apt-get install libc6-i686
# apt-get install libgcc1-dbg
# apt-get install gcc-4.1-base

So, just today when I restarted the machine I noticed this error:

img641.imageshack.us/img641/5606/slacklinux.jpg

I think it's possible, that because of it, i'm getting the segfault problems. Is there a way to fix that?

View 5 Replies View Related

Software :: RipperX - Slackware 13.0 - Error While Loading Shared Libraries

Jan 7, 2010

I installed ripperX using a slackware package I found online. When I try to run the program however I get the following error:

Code: RipperX: error while loading shared libraries: libid3-3.8.so.3: cannot open shared object file: No such file or directory I downloaded what I thought was this library and installed - now if I look in /usr/local/lib, I have the following:

[code]....

How can I get this library installed?

View 3 Replies View Related

Slackware :: Upgrades Nuke 13.0 Install - Error While Loading Shared Libraries

Dec 5, 2010

I just did a fresh install of Slackware 13.0 on a Toshiba laptop, and the ONLY thing I did on it after creating a user and switching to init 4 was to run upgrades. After doing so several applications failed to launch, so I rebooted the machine. I get the following error followed by a login prompt:

Code:

/bin/sh: error while loading shared libraries: libtermcap.so.2: cannot open shaed object file: no such file or directory And nobody can log in, including root. I've got another laptop running 13.0 with all the latest upgrades and it runs fine.

View 3 Replies View Related

Slackware :: Xchm - Error While Loading Shared Libraries - Libwx_gtk2u_richtext-2.8.so.0 - Cannot Open

Aug 7, 2010

I downloaded wxGTK-2.8.11.tar.gz , compiled and installed ok. here's the problem, there's library lib libwx_gtk2_richtext-2.8.so.0 exist in my directory /usr/local/lib but no lib libwx_gtk2u_richtext-2.8.so.0, look this:

View 9 Replies View Related

General :: Curl - Curl API To Configure Only The Required Protocol?

Jun 24, 2010

Is there any curl API to configure only the required protocol. If I have proper openssl installed, the installed curl will have all the protocols (like HTTP, HTTPS, FTP, File etc...) supported by default. Is there any way to allow or disallow only some of the protocol at the runtime. Say I need to support only HTTPS, FILE and I dont want to allow HTTP. Is there any way to do this?

View 1 Replies View Related

Server :: Send Files From A Unix Using Http / Curl To A Webserver Running Apache

Jun 9, 2010

I'm trying to send files from a Unix server using http/curl to a Linux webserver running Apache. I get the following PUT error message when and the file does not send:

<title>405 Method Not Allowed</title>
</head><body>
<h1>Method Not Allowed</h1>
<p>The requested method PUT is not allowed for the URL

View 2 Replies View Related

OpenSUSE :: 11.3 And KDE 4.4.4 Multi Monitor Support ?

May 9, 2010

I have not checked for a while but did, before posting this, do a search for multi monitor support with KDE 4.4.4 and found nothing.

From what I understand 11.3 is out sometime next month and KDE 4.4.4 is the KDE environment that will be released with that iteration of SUSe.

About a month ago I read about a number of problems with multiple monitor support under 4.4.4. Primarily these issues seemed to be with no more than 2 monitors. The SUSe 11.2 machine here uses KDE 4.3 runs three monitors (Intel core quad, pair of NVidia PCIe graphics cards). I was wondering whether any of the bugs with this type of configuration have been resolved. From what I understood 4.4.4 worked with problems using Twinview but I was not able to find anything that addressed the configuration of having separate X Screens.

View 9 Replies View Related

Slackware :: Libpng Error: Incompatible Libpng Version In Application And Library

Jul 28, 2011

Trying to run Sauerbraten and Frozen-Bubble on Slackware 13.1 - I get sauerbraten:

Code:
libpng warning: Application was compiled with png.h from libpng-1.4.2
libpng warning: Application is running with png.c from libpng-1.2.43
libpng error: Incompatible libpng version in application and library
frozen-bubble:

Code:
libpng warning: Application was compiled with png.h from libpng-1.4.2
libpng warning: Application is running with png.c from libpng-1.2.43
libpng error: Incompatible libpng version in application and library

I've tried recompiling the libpng 1.4.2 package with the ln -sf libpng.so.3 libpng.so.0 uncommented from the Slackbuild script, and recompiled gd, and still haven't had any success.

View 8 Replies View Related

Slackware :: Slackbuilds - Net-SSLay Building - Required By Webmin To Support Https - Error

Aug 1, 2010

I am trying to build an Net-SSLay package for my Slackware, it is required by webmin to support https.

When I start the Slackbuild script I get this error:

Quote:

What can be done to make this work? Or is there any better way to make webmin working with https?

My OS is Slackware 13_64 and webmin is 1.510 (the latest version).

View 4 Replies View Related

Ubuntu :: Multi Monitor Support (Different Resolutions)

May 13, 2010

I have two monitors of different resolutions. Under settings->display the settings for my monitor look like this: [URL]. Ultimately what I want is to set up this kind of configuration: [URL]. But whenever I do, it doesn't work out. When I up after setting the above settings, my configuration ends up like this: [URL]. Any attempt to change the resolution or to change the display type to anything other then clone is simply ignored. If I disable the second monitor I can set my first to the proper resolution. If I try to set the settings to what I want they will stick but the second monitor doesn't actually turn on, and if i try to drag windows that direction it acts like a single display.

I have tried using the ATI control panel to adjust my display, but there seems to be a problem entering it as an administrator.I can load the CCC just fine as a regular user, but when I try as an admin a terminal pops up, I type in my password, and nothing happens. I want to avoid trying to reinstall my display drivers or do anything drastic. In previous versions of linux I would just nano the Xorg.conf file and be done with it, but it seems ubuntu 10.04 LTS doesn't use Xorg, or at least not a Xorg.conf I am used to. I want to set the monitors at their native res and as independent displays, similar to what twin view did for me not to long ago.

View 2 Replies View Related

Software :: Rhythmbox Not Loading Library On Startup?

May 20, 2011

When I startup Rhythmbox music player I have no library. Whats strange is when I click edit/preferences/music and then browse to select my library location (which is already correct), apon selecting the hard drive that my library is on the whole music library suddenly loads and I don't have to re-select my library folder, I just cancel the preferences window. But if I just wait for Rhythmbox to load the library without beginning to remind it where it is, it never loads.

View 2 Replies View Related

OpenSUSE :: Combination Breaks Library Loading Mechanism

Apr 22, 2011

That was released in October 2008, superseded in March 2009, and the current release is 1.4.3. It also doesn't work together with Python, but that's a more esoteric issue. Both of them are too clever by half, and the combination breaks the library loading mechanism. That's an old issue, with an old fix - though I haven't yet checked my rebuild, so there may be more than one problem.

View 1 Replies View Related

OpenSUSE Install :: Multi Language Support - Define The Compose Key In 11.2?

Feb 13, 2010

I have been trying to upgrade (ended up trashing and reinstalling) from 11.1 to 11.2. I selected French language with UK keyboard. This option seems in the end to just default to the French keyboad. Reinstalled with UK lang and UK keyboad which is acceptable to me but I then find a big problem. How do I set the compose key so I can enter accented characters etc. (� � � ...) Prior to 11.2 this was some with SAX but SAX support for keyboards appears to have been removed and I believe should be provided by KDE, Gnome, etc.

Does anyone know how to define the compose key in 11.2? I have searched google and the suse forums but found nothing other than something in German that I did not understand. While I could buy a French or perhaps better a Swiss keyboard for the tower this is not a real option for the laptop and on-screen keyboards are useless.

View 3 Replies View Related

Slackware :: Pkgbuild - Modern, Multi-architecture, Package Builder For Slackware?

May 25, 2010

We are pleased to present one of our new creations: pkgbuild, a tool written in standard C++, using libCURL, ZLib, BZip2 and libLZMA (part of XZ). It is a modern Slackware packages builder, network-transparent, multi-architecture, designed to greatly simplify the creation of a package, automatically executing the required post processing.

What does it do? Recognize and build packages for the following architectures: i386, i486, i586, i686, x86_64, IA64, IA32e, s390, s390x, sparc and sparc64.

[Code]...

View 14 Replies View Related

Fedora :: Mplayer Builds With Video Acceleration And Multi-threading Support?

Sep 4, 2009

I thought this may be of interest, so I'm sharing. I've built some experimental mplayer packages for Fedora 11 and Rawhide (x86-32 and x86-64 arches) with shiny new features. Aside from being very recent snapshots, one of them includes support for hardware video playback acceleration via VDPAU and VAAPI, and the other includes support for multi-threaded playback (so you can split the decoding load across multiple cores).

The playback acceleration can definitely be used on NVIDIA adapters (from the GeForce 8xxx series onwards) using the proprietary driver (not, unfortunately, nouveau). Also on Intel Poulsbo (GMA 500) adapters, using my packaged version of the native driver for that chipset (link is in the blog post). VDPAU acceleration is also allegedly possible on S3 Chrome 530 GT and S3 Chrome 540 GTX adapters using S3�s own driver, but I haven't had the chance to test that. Multi-threaded playback can be done on any system, but only really makes sense on those with multiple processors (cores).

Full details of where, how and why are in my blog post:[URL]..

View 14 Replies View Related

OpenSUSE Install :: Multi-language Support For Korean Hangul And English

Aug 9, 2011

I am going to install a computer for multi-language support for English and the Korean Hangul written language. I would like to configure the input from the keyboard to switch from English to Korean. I have keyboard with English and Korean and I would like to configure one of the keyboard buttons to switch the input language similar to how Microsoft multi-language support works. What applications and configuration changes are necessary to implement this.

View 6 Replies View Related

Ubuntu :: Download Manager Support Multi Thread As Well As Site Logins?

Feb 1, 2010

Anyone know of a good download manager for ubuntu that will support multi thread as well as site logins. I do a lot of downloading from rapid share and all the download managers i've tried don't support site logins.

View 4 Replies View Related

Red Hat / Fedora :: Ffmpeg-php And Gd Module Loading / Unable To Load Dynamic Library?

Jan 19, 2010

fedora 12 with php 5.3.1 + apache is installed on the server

I needed a FFMPEG + MENCODER + FFMPEG-PHP setup , so I have installed all of the necessary libraries/codecs along with ffmpeg , mencoder and ffmpeg-php

I've added ffmpeg-php (ffmpeg.so) module to php.ini and restarted httpd

But ffmpeg was not showing up in phpinfo() so I grepped : php -i | grep ffmpeg
for some clues and got this warning
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/ffmpeg.so' - /usr/lib/php/modules/ffmpeg.so: undefined symbol: php_gd_gdImageSetPixel in Unknown on line 0

That error explains why ffmpeg is not loading

Obviously something to do with GD library , so I've researched on the net , and found that some users suggest loading the GD module before FFMPEG module.

I gave it a try and added this at the end of php.ini:
Code: [gd]
;loading gd
extension=gd.so
[ffmpeg]
;loading ffmpeg
extension=ffmpeg.so ...but still same error when greping phpinfo()

View 1 Replies View Related

Software :: Can't Get The Jre On Slackware 12.2 Machine / Getting An Error After Running The .bin?

Apr 16, 2009

I can't seem to get the jre on my slackware 12.2 machine. anyone had any luck? I get an error after running the .bin that it cant execute some binary inside...

View 10 Replies View Related

Networking :: Curl And Wget Error 400 Bad Request?

Nov 9, 2010

I use slackware current, and curl and wget give the following errors:

Code:
repo@cannabis ~]$ wget -r http://users.telenet.be/reggersjans
--2010-11-09 13:48:14-- http://users.telenet.be/reggersjans
Resolving users.telenet.be (users.telenet.be)... ::ffff:74.117.221.11, 74.117.221.11
Connecting to users.telenet.be (users.telenet.be)|::ffff:74.117.221.11|:80... connected.
HTTP request sent, awaiting response... 400 Bad Request

[Code]...

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved