View previous topic :: View next topic |
Author |
Message |
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Tue Sep 04, 2007 4:25 pm Post subject: building modules |
|
|
I tried to install DBD::mysql and got an error message 'sh: make: command not found
Maybe I didn't understand your previous repsonse for building apps. What am I doing wrong?
thanks |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Tue Sep 04, 2007 4:45 pm Post subject: |
|
|
Perl modules often needs others Perl modules, and sometimes it's hard to install, but in your situation you need make package, it's a development package.. you can get it at slackware site here
and any other development package such as gcc... I did not include any development packages for space issues and people who are going to compile packages know what they are doing and usual making packages at their own..
I'll check IGSuite current version for their dependencies.. _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Tue Sep 04, 2007 4:50 pm Post subject: Re: building modules |
|
|
baboo wrote: | I tried to install DBD::mysql |
Forgot the most important...
DBD::mysql it's already installed in SMS so you don't need to install it.
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com |
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Tue Sep 04, 2007 5:04 pm Post subject: |
|
|
thanks for the answer. Is that why I got the error message? |
|
Back to top |
|
gerasimos_h Site Admin
Joined: 09 Aug 2007 Posts: 1757 Location: Greece
|
Posted: Tue Sep 04, 2007 5:12 pm Post subject: |
|
|
No! The error message was because you didn't have make package...
I just install IGSuite it's quite easy, and takes 2 minutes...
just create database and user privileges for instance.
type mysql
mysql create database igsuite;
mysql grant all on igsuite.* to user@localhost identified by 'password';
exit
and then cd to igsuite package and type
perl install.pl and answer the questions.
gerasimos_h _________________ Superb! Mini Server Project Manager
http://sms.it-ccs.com
Last edited by gerasimos_h on Tue Sep 04, 2007 5:32 pm; edited 1 time in total |
|
Back to top |
|
baboo Senior Member
Joined: 04 Sep 2007 Posts: 676
|
Posted: Tue Sep 04, 2007 5:28 pm Post subject: |
|
|
WOW! I wish I had those linux skills. I haven't been at linux that long but am trying to come up to speed. I really like it.
thanks again |
|
Back to top |
|
|