View previous topic :: View next topic |
Author |
Message |
Busta -{ D.O.N.A.T.O.R. }-
Joined: 13 Aug 2007 Posts: 81
|
Posted: Fri Mar 13, 2009 4:51 pm Post subject: CPAN modules fail |
|
|
Trying to install a few needed modules for POPfile from CPAN but keep getting make issues. make seems to be installed on SMS 1.42 Native
GNU Make 3.81
but get this error
make: *** [dbdimp.o] Error 127
CAPTTOFU/DBD-mysql-4.010.tar.gz
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
Make had returned bad status, install seems impossible
Failed during this command:
CAPTTOFU/DBD-mysql-4.010.tar.gz : make NO
I have installed these modules before on an old Fedora core machine with out issue.
Perl version looks good-
This is perl, v5.10.0 built for i486-linux-thread-multi
Any have a resolution?
These are the modules I need to install;
DBI
DBD::mysql
Digest::base
Digest::MD5
HTML::Tagset
MIME::Base64
MIME::QuotedPrint
Date::Parse
HTML::Template |
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Fri Mar 13, 2009 5:12 pm Post subject: |
|
|
I can not speak to those specific files. However, to configure and build files from source you must install the development packages. So, go to download link and get source files.
If you are running nativecd then click on down arrow and select extra.iso. I has all the source packages. |
|
Back to top |
|
Busta -{ D.O.N.A.T.O.R. }-
Joined: 13 Aug 2007 Posts: 81
|
Posted: Fri Mar 13, 2009 5:19 pm Post subject: |
|
|
I thought "make" was part of the development package. It looks like it needs the gcc. I will try the extra iso and install -- thanks
Would this package work?
http://sms.it-ccs.com/isos/add-on/develpkgs12.2.lzm |
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Fri Mar 13, 2009 5:33 pm Post subject: |
|
|
If you are using livecd then that package would work. However, if you use nativecd then download extra.iso.
Yes, you are right about gcc - I was just covering it all. I put all the devel packages on and do my thing - then I remove them when I go live with server.
'removepkg (name of package)
That's how I do development and customizing SMS. |
|
Back to top |
|
Busta -{ D.O.N.A.T.O.R. }-
Joined: 13 Aug 2007 Posts: 81
|
Posted: Fri Mar 13, 2009 5:45 pm Post subject: |
|
|
nice - just downloaded the extra iso and will install develp apps - thanks for the quick response. |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Fri Mar 13, 2009 5:45 pm Post subject: |
|
|
'make' package included in SMS, and most of perl modules you want to install.
SMS is missing:
Digest::base
MIME::QuotedPrint
HTML::Template
You can use webmin to install perl modules though, and to see which modules are installed.
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
Busta -{ D.O.N.A.T.O.R. }-
Joined: 13 Aug 2007 Posts: 81
|
Posted: Fri Mar 13, 2009 5:54 pm Post subject: |
|
|
oh - very nice, I see- Learned something. Yes, I see most modules are installed.
For others - the option in webmin is under Others/Perl Modules from the left side of the gui.
thx's |
|
Back to top |
|
|