Ubuntu :: Gdlib-Config Not Found For GD CPAN Module
May 8, 2010I installed GD Package from cpan in ubuntu 10.04, but I need gdlib-config for this module. I installed libgd2-noxpm but I continue to have this problem.
View 1 RepliesI installed GD Package from cpan in ubuntu 10.04, but I need gdlib-config for this module. I installed libgd2-noxpm but I continue to have this problem.
View 1 RepliesI tried to use CPAN to install a module Algorithm::Loops using "install Algorithm::Loops". I get the message from CPAN that this module is already up to date.But, when I try to use it I get the message:
Can't locate Algorithm/Loops.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at ./test.pl line 4.
BEGIN failed--compilation aborted at ./test.pl line 4.
And indeed, the file Loops.pm is nowhere to be found.Isn't that a contradiction?
Exist it a module in cpan for creating a blog?
View 4 Replies View RelatedI wrote a perl script to feed information to our load balancer:
Code:
#!/usr/bin/perl
#
use strict;
#use warnings;
#
#
use Net::SSH::Perl;
my $user="bluethundr";
my $pass="secret";
my $dir="$ENV{HOME}/data";
open (LBVSERVERS), '<', "$dir/lb-vserver" or die "Couldn't open file: $!";
open (CSVSERVERS), '<', "$dir/cs-vserver" or die "Couldn't open file: $!";
my $ssh = Net::SSH::Perl->new("10.50.0.1");
$ssh->login("$user", "$pass");
print " .....
I need to be able to install the Math::Pari CPAN module in order to accomodate the Net::SSH CPAN module. The prereqs are installed:
Code:
cpan> install Net::FTP
Net::FTP is up to date.
cpan> install LWP::UserAgent
LWP::UserAgent is up to date.
But when I either try to install or force install Math::Pari this is what I get:
Code:
cpan> install Math::Pari
Running install for module Math::Pari
Running make for I/IL/ILYAZ/modules/Math-Pari-2.01080604.tar.gz
Checksum for /home/bluethundr/.cpan/sources/authors/id/I/IL/ILYAZ/modules/Math-Pari-2.01080604.tar.gz ok
Math-Pari-2.01080604/ .....
CPAN.pm: Going to build I/IL/ILYAZ/modules/Math-Pari-2.01080604.tar.gz
Did not find GP/PARI build directory around.
Do you want to me to fetch GP/PARI automatically?
(If you do not, you will need to fetch it manually, and/or direct me to the directory with GP/PARI source via the command-line option paridir=/dir)
Make sure you have a large scrollback buffer to see the messages, or 'tee' the STDOUT/STDERR to a file.
Fetch? (y/n, press Enter) y
Getting GP/PARI from ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/
Cannot list (Failed to establish connection.
): at utils/Math/PariBuild.pm line 319, <STDIN> line 1.
Can't fetch file with Net::FTP, now trying with LWP::UserAgent...
You do not have LWP::UserAgent and/or HTML::LinkExtor installed, cannot download, exiting...
I am trying to install a Sunix 4018T dual parallel port card on a pc with Mandriva Linux 2010.1: Dealer told me that linux has driver for this card already so I inserted it and turned on my pc. Unfortunately when I try to install my Okidata ML320, cups it's not showing any parallel ports. I try to update all the system with last patches and packages :I tested the card on a pc with windows xp, installed my printer and it works perfectly.
View 3 Replies View RelatedI have CentOS 5.4 and have installed CPAN GD module.Installation messages seemed clean and successful.When I try to create a png file, perl gives the error message :
Can't locate object method "png" via package "GD::Image" at
/usr/lib/perl5/vendor_perl/5.8.8/DBD/Chart/Plot.pm line 1276 (#1)
(F) You called a method correctly, and it correctly indicated a package
functioning as a class, but that package doesn't define that particular
method, nor does any of its base classes. See perlobj.
Also, the following perl one-liner gives answer "No".
perl -e 'use GD; $im=GD::Image->new(); print $im->can("png") ? "Yes" : "No" , "
";'
I suspect that this GD module requires Image::Magick, but that borks on installation.
Magick.xs:2344: warning: implicit declaration of function �MagickCoreGenesis�
make: *** [Magick.o] Error 1
JCRISTY/PerlMagick-6.59.tar.gz
[code]...
I am using Redhat linux 5 version 2.6.18-164.e15 with platform i686. I need to add ntfs module. I execute following command
#modprobe ntfs
but it say FATAL: Module ntfs is not found.
eID-belgium and the config module are not (yet) available for openSUSE 11.4. No big deal, I can wait as I'm sure it will be compiled once these days. Though, there's one thing that I'm interested in. The packages for pre-11.4 always required hal to be installed and running. With openSUSE 11.4 hal got removed as it is deprecated. Is there any chance the eID-belgium packages are going to be delivered without hal support / requirement? I can't think of pulling hal back in just for one app.
View 6 Replies View RelatedI recently purchased a Dell Studio 14, with Windows 7 64-bit. It has the i5 processor, and 6GB of Ram, so I went with the 64-bit version of 10.04. I've never used the 64-bit version, but I've had Ubuntu since 6.10, so Iḿ pretty familiar with it.
The install goes fine, and the OS works perfectly. When I restart, everything is great, GRUB works fine, etc. The problem occours when I boot into Windows.
After restarting from Windows, the laptop powers up, then, where it would usually boot GRUB, I get this error:
Quote:
no module name found Aborted. Press any key to exit.
Then, after pressing any key:
Quote:
Broadcom UNDI PXE-2.1 v 12.2.0
Copyright (C) 2000-2009 Broadcom Corporation
Copyright (C) 1997-2000 Intel Corporation
All rights reserved.
[Code].....
I'm trying to install che Naviagent for the EMC2 clariion SAN storage. The communication is through iSCSI. The Naviagent is actually installed but doesn't starts and what I get is: FATAL module sg not found. I've read about the fact that in this ubuntu distribution the sg is builtin in the kernel and is not a module.
View 1 Replies View RelatedI have UBUNTU 9.10 and WIN 7 installed on my computer. I turn computer on, choose UBUNTU, do what I need and shut down computer (or reset - doesn't matter). Turn on computer again and get message:
GRUB loading.
no module name found
Aborted. Press any key to exit.
Operating System Not Found.
So I turn comp from Live CD, install GRUB and after resetting computer everything seems fine - but unfortunately not for long. Next reset and the problem is back again. The problem only occurs when I choose UBUNTU. There is no problem with WIN 7...
I installed FUSE using fuse-2.7.4.tar.gz; but now, when I type 'modprobe fuse' in a terminal, it gives me: FATAL: Module fuse not found.
View 4 Replies View RelatedI'm trying to install iw-0.9.19 on xubuntu.When i type the command "make", i get:
/bin/sh: pkg-config: not found
/bin/sh: pkg-config: not found
Makefile:38: *** Cannot find development files for any supported version of libnl. Stop.
[code]....
Trying to install Cinepaint from a tar.gz file. Running ./configure brings up the above error. Where do I get gtk-config from?
View 3 Replies View RelatedI want to activate cpu frequency scaling on my home computer. I have an athlon 64 3200+. I know that it supports frequency scaling, because when I got the processor I also got a CD with the Cool n'Quiet driver. I've tried with the powernowd service, but when I try to start it I get Code: * Starting powernowd... * CPU frequency scaling not supported...
and if I try to start cpufreqd I get Code: No cpufreq interface found, not starting cpufreqd In the meanwhile I've noticed that I also don't have powernow-k7 kernel module installed. If I try a modprobe powernow-k7 I get: Code: FATAL: Module powernow_k7 not found I have no ideea where I can get this kernel module.
I'm trying to configure ndiswrapper but when I run Code: modprobe ndiswrapper it says Code: FATAL: Module ndiswrapper not found. I know it needs usbcore so I run Code: modinfo usbcoremodinfo: could not find module usbcore So How should I get usbcore working?
View 2 Replies View RelatedI was trying to install dm-ioband on a fedora 13 OS with Linux kernel 2.6.32.21. I apply the patch. Compile the modules and give module_install. When I do modprobe, it says dm-ioband module not found. When i checked the Kconfig file inside the drivers folder, i cannot find the dm_ioband patch applied to that file. As per the patch file, it should paste some 10+ lines in Kconfig file on line 320. But I dont find line 320.
View 1 Replies View RelatedI have installed tvtime in CentOS 5.5. I'm using a phillips tvtuner card saa7134. But when I modprobe saa7134, it says Module saa7134 not found.
[root@unknown0019d1b5e07a Desktop]# modprobe saa7134
FATAL: Module saa7134 not found.
[root@unknown0019d1b5e07a Desktop]#lspci | grep -i 'saa'
02:02.0 Multimedia controller: Philips Semiconductors SAA7130 Video Broadcast Decoder (rev 01)
I installed openxenmanager without a problem. but when I tried to start it I got: ImportError: No module named gtkvnc
the start script is in python, and I am using python2.5 to run it. I already installed
gtk-gtk-vnc.i386 0.3.8-3.el5 installed
gtk-vnc.x86_64 0.3.8-3.el5 installed
gtk-vnc-python.x86_64 0.3.8-3.el5 installed
Note: when I use python2.4 I got another error and it skip the previous one, the error is: ImportError: No module named hashlib
and when I comment it the application is running but with errors.
I just installed Netsurf, but I was confronted with "libnsbmp is not installed". So I installed libnsbmp.
The error "libnsgif is not installed" appeared when installing libnsbmp.
The error "libpng is not installed" appearded when installing libpnf.
...
I installed all that I was asked to install. However, when I was installing libcss, it said that "Package libparserutils was not found in the pkg-config search path. Perhaps you should add the directory containing 'libparserutils.pc' to the PKG_CONFIG_PATH environment variable". I have already installed libparsercutils but not in the /usr/lib dir.
What should I do to continue my installation? And anyone could tell me what are those lib stuff? I installed zlib with the apt-get install command.Can I get other lib stuff with the same command?
I just installed apache2 server on my ubuntu 10.04. It works fine (i get the "that works" page when i access to http://localost/ and get no errors or warnings when i start apache.However, the localhost/~florian returns a 404 not found.I've enabled the userdir module
Code:
a2enmod userdir
and restarted the apache server
[code]....
Whenever I try to run software-center I get this error:
Code:
Traceback (most recent call last):
File "/usr/bin/software-center", line 88, in <module>
from softwarecenter.app import SoftwareCenterApp
File "/usr/share/software-center/softwarecenter/app.py", line 42, in <module>
import softwarecenter.view.dependency_dialogs as dependency_dialogs
File "/usr/share/software-center/softwarecenter/view/dependency_dialogs.py", line 25, in <module>
[Code]....
Import Error: No module named gtkwidgets I cannot find any reference to a gtkwidgets module, so I don't know what it is talking about. I don't really want to reinstall software-center or software-properties-gtk because ubuntu-desktop depends on them as well as some other things that make it too much to download right now. If it it really necessary and safe I can manage it in a few days. This is rather important because software-center does not open after this message.
I installed cdroast that came with ubuntu and received the following:Warning: No root configuration file found or not readable!The superuser must start and configure X-CD-Roast first, before other users can use it.
I searched and found that the root configuration was turned off in some versions and uninstalled, then found a good version at http://www.xcdroast.org/ but when I tried to install from a *.tar.gz and after I ran a ./config.I downloaded glib-2.24.0.tar.gz and got a successful install, and I still receive the GLIB error. If the problem is GLIB_CONFIG environment variable, I do not know how to change that. I cannot locate glib-config either.
I'm trying to create an xorg.conf file. I've used Xorg :1 -configure and Xorg -configure in the console but i keep on getting the same error message.
FATAL: Module fbcon not found. Number of created screens does not match the number of detected devices. Configuration failed.
On startup I get the following message:
Code:
Applying Intel CPU microcode update: FATAL: Module microcode not found. OK
ERROR: Module microcode does not exist in /proc/modules
Selfmade Kernel:
Code:
[toby@sarah ~]$ cd /usr/src/kernels/linux
[toby@sarah linux]$ cat .config | grep -i microcode
CONFIG_MICROCODE=y
CONFIG_MICROCODE_INTEL=y
# CONFIG_MICROCODE_AMD is not set
CONFIG_MICROCODE_OLD_INTERFACE=y
Code:
[toby@sarah linux]$ rpm -qa | grep -i microcode
microcode_ctl-1.17-1.53.fc12.1.x86_64
I found few links, saying that this is a Xen problem but I have no Xen.
This borders on stackoverflow/superuser, but I guess it's a simple installation problem.I've installed python-twisted on my ubuntu 10.04 server, but it can't be found.This is what I get when I try to import something:
>>> from twisted.internet import reactor
Traceback (most recent call last):
File "", line 1, in [code]....
I've installed the package through apt-get.That way the module is installed in this folder: /usr/lib/python2.6/dist-packages/twisted with an __init__.py file.When I try to use python setup.py install (on the download from the site) it installs it to /usr/local/lib/python2.6/dist-packages/twisted, but it also does not find it there.
modprobe snd-card-intel8x0
And this give me result as
FATAL: Module snd_card_intel8x0 not found.
This is the error I am getting:
bert@mybook:~$ modprobe pciehp
WARNING: /etc/modprobe.d/options.conf line 3: ignoring bad line starting with 'ProblemType:'
WARNING: /etc/modprobe.d/options.conf line 4: ignoring bad line starting with 'Architecture:'
WARNING: /etc/modprobe.d/options.conf line 5: ignoring bad line starting with 'DistroRelease:'
WARNING: /etc/modprobe.d/options.conf line 6: ignoring bad line starting with 'Package:'
WARNING: /etc/modprobe.d/options.conf line 7: ignoring bad line starting with 'ProcCmdLine:'
WARNING: /etc/modprobe.d/options.conf line 8: ignoring bad line starting with 'ProcEnviron:'
WARNING: /etc/modprobe.d/options.conf line 9: ignoring bad line starting with 'SHELL=/bin/bash'
WARNING: /etc/modprobe.d/options.conf line 10: ignoring bad line starting with 'LANG=it_IT.UTF-8'
WARNING: /etc/modprobe.d/options.conf line 11: ignoring bad line starting with 'ProcVersionSignature:'
WARNING: /etc/modprobe.d/options.conf line 12: ignoring bad line starting with 'SourcePackage:'
FATAL: Module pciehp not found.
bert@mybook:~$
I am trying to make my card reader hot pluggable
this lspci
bert@mybook:~$ lspci
00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge
00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller
00:02.1 Display controller: Intel Corporation N10 Family Integrated Graphics Controller
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 02) .....
I am running ubuntu netbook remix on an acer aspire 532h.
I made some progress trying to get a host that has an Nvidia GeForce 6150 LE and running a liveCD version of Xubuntu 9.10... but "modprobe -i nvidia" returns "FATAL: Module nvidia not found."
View 5 Replies View RelatedOk, I just upgraded from Slackware 13.0 to Slackware-current and now when I run modprobe ndiswrapper I get the following error.FATAL: Module ndiswrapper not found.Im not sure what happened on this. I did a search in google and couldn't find anything useful any help would be appreciated.
View 14 Replies View Related