ispCP - Board - Support
OpenSuSe 10.3 64 bity - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: OpenSuSe 10.3 64 bity (/thread-2336.html)

Pages: 1 2 3


RE: OpenSuSe 10.3 64 bity - sirwiz - 02-13-2008 08:16 AM

I do clean install of OpenSuSe 10.3 64 and

add 'make' to install packages Wink cos '-bash: make: command not found'

after cp -Rv /tmp/ispcp-1.0.0/* / i get

cp: cannot overwrite non-directory `/var/mail' with directory `/tmp/ispcp-1.0.0/var/mail'

then after perl ispcp-setup

Use of uninitialized value in numeric ne (!=) at /srv/www/ispcp/engine/setup/../ispcp_common_code.pl line 49.

Then i dont know i have some other work Wink


RE: OpenSuSe 10.3 64 bity - joximu - 02-13-2008 08:28 AM

ok, I'll go through it again and do a commit so it's in the nightly of tomorrow morning...

/J


RE: OpenSuSe 10.3 64 bity - joximu - 02-13-2008 09:19 AM

I did some small corrections and updates to the INSTALL docu and uploded to changeset 1000 (yeah!).
So please try with this (or later) version again.

/J

Upd: I could install from a more or less standard-minimal install from suse 10.3


RE: OpenSuSe 10.3 64 bity - joximu - 02-13-2008 09:53 AM

Sad

installation was ok, but now:
Can't locate Net/LibIDN.pm in @INC...

... didn't find the perl-libidn in the repos... Sad


RE: OpenSuSe 10.3 64 bity - sirwiz - 02-13-2008 11:29 PM

One day of configuring and ....

Mirrorfile /var/lib/rkhunter/db/mirrors.dat rotated
Using mirror http://rkhunter.sourceforge.net
[DB] Mirror file : Up to date
[DB] MD5 hashes system binaries : Up to date
[DB] Operating System information :
Mirror outdated. Skipped
Info (current version: 2009111401, version of mirror: 2007061401)
[DB] MD5 blacklisted tools/binaries : Up to date
[DB] Known good program versions : Up to date
[DB] Known bad program versions : Up to date


Ready.

t1000:/srv/www/ispcp/engine/setup #

Later i write complete manual how to do it.


RE: OpenSuSe 10.3 64 bity - joximu - 02-13-2008 11:47 PM

Hi sirwiz

I already did some changes in the INSTALL (docu) but I agree there need to be more...

The setup is ok now I think but do you know a way for the perl/libIDN? Do we need to get this from the perl-archive directly...?
like "perl -MCPAN -e 'install Net-libIDN'" or something like this...

/J


RE: OpenSuSe 10.3 64 bity - sirwiz - 02-14-2008 12:37 AM

I saw changes Smile

libIDN is avalible from yast install without problems.

I use repositories:

From Community Repositories

* Main Repository (OSS)
* Main Repository (NON-OSS)
* Main Update Repository
* openSUSE BuildService - Database
* openSUSE BuildService - Mail Server
* openSUSE BuildService - PHP

And 4 yours:

http://download.opensuse.org/repositories/Apache:/Modules/openSUSE_10.3/
http://download.opensuse.org/repositories/home:/netmax/openSUSE_10.3/
http://download.opensuse.org/repositories/server:/ftp/openSUSE_10.3/
http://download.opensuse.org/repositories/network:/utilities/openSUSE_10.3/

To install panel i first yast -i `cat your_packages_list`

Then i manualy configure whole server probly with downloading 90% of dowloaded rpms, again ... But it works Smile


RE: OpenSuSe 10.3 64 bity - joximu - 02-14-2008 05:13 AM

sirwiz Wrote:I saw changes Smile

libIDN is avalible from yast install without problems.

this is not the same as "Net/LibIDN.pm" which is a perl module needed by the backend engine...

Still investigating...


RE: OpenSuSe 10.3 64 bity - joximu - 02-14-2008 05:28 AM

ok, I got it.

perl -MCPAN -e 'install Net::LibIDN'

The first run of "perl -MCPAN" you need to answer (Enter) some questions. And you should have installed some more suse packages:
lynx, ncftp, lukemftp (some ftp client) and libidn-devel for the compilation of the perl module.

aftrwards you have the perl module on the system!

Now there are some tpl missing :-(


RE: OpenSuSe 10.3 64 bity - sirwiz - 02-15-2008 12:00 AM

Im not sure what are you trying to do, cos i have full operational and runing ispCPOmega on OpenSuSe 10.3 64 bits. And even i can give you full manual how to do it.