[RELEASE] Installatron (DirectAdmin auto script installer)

l0rdphi1 said:
I forgot to mention, to unpack zip archives you need to recompile PHP with the --with-zip option:
Code:
cd /usr/local/directadmin/customapache
rm -f configure.php
./build update
perl -pi -e 's!(--with-xml \\)!$1\n\t--with-zip \\!' configure.php
./build php

Ug, I hate doing recompiles... anything else we need to --add in there ?
 
No, nothing else, so long as you're using the default DA configure.php. John did say he'd be adding --with-zip by default soon. :)
 
OOps getting this ...

configure: error: Cannot find libzzip
*** There was an error while trying to configure PHP. Check the configure.php file

-Dave
 
I have the latest version, but none of the images/logos work when I go to /HTM_XSERV Something you forgot to upload or currently working on that?
 
1.0 is out. See my first post :)

I didn't get every package we wanted into this release, but I have plans to add one package every day or so for the next few weeks. Tomorrow will see osCommerce with any luck. :)

Notable changes from .7:

~ First real version. Yay! ~
Added software package updating system.
Changed how 'License' info appears.
Fixed crippling sql dump extractor bug.
Fixed anomalies in the copy and extract functions, mostly dealing with the . character.

Note: I have successfully updated from .7, but do that at your own risk.

Enjoy! :D
 
I am getting the following error when i try to recompile.
Any idea's on how i can fix it?

/usr/bin/ld: cannot find -lltdl
*** Error code 1

Stop in /usr/local/directadmin/customapache/php-4.3.5.
-e \n*** The make has failed, do you want to try to make again? (y,n):
 
#!/bin/sh
./configure \
--with-apxs \
--with-curl \
--with-curl-dir=/usr/local/lib \
--with-gd \
--with-gd-dir=/usr/local/lib \
--with-gettext \
--with-jpeg-dir=/usr/local/lib \
--with-kerberos \
--with-mcrypt \
--with-mhash \
--with-mysql \
--with-pear \
--with-png-dir=/usr/local/lib \
--with-xml \
--with-zlib \
--with-zlib-dir=/usr/local/lib \
--enable-bcmath \
--enable-calendar \
--enable-ftp \
--enable-magic-quotes \
--enable-sockets \
--enable-track-vars
 
Hmm. You don't even have the --with-zip[=DIR] option there.

Email [email protected] with this problem, as it's likely a bug in the customapache build system (or something..)
 
l0rdphi1 said:
Hmm. You don't even have the --with-zip[=DIR] option there.

Email [email protected] with this problem, as it's likely a bug in the customapache build system (or something..)

Don't you first have to update the configure script as well ?
As the build script doesn't download the new configure.php if a existing one is already present (it checks if the file is there, not it's content, or at least, as far as i know)...
 
Icheb said:
Don't you first have to update the configure script as well ?
As the build script doesn't download the new configure.php if a existing one is already present (it checks if the file is there, not it's content, or at least, as far as i know)...
Hence the
rm -f configure.php
part?

Maybe I'm not following you.
 
osCommerce is now live. :D

Use the 'retrieve latest' feature to update your packages.
 
Fyi, --with-zip was never added. Do you need it to get around safe_mode? Maybe just email me the answer so that I remember to do it, if needed.

John
 
What I'm thinking about, for the next bug-fix release (so far there aren't any known bugs), is having iTron check for safe-mode, and only use the --with-zip requiring functions under safe-mode. In "unsafe-mode," I'll just use the backtick operator and my old extraction methods.

However, it still would be nice to have --with-zip automatically enabled by DirectAdmin. I mean, we already have GZ.. so why not zip? :)
 
Last edited:
Going to wait some more time before buying (I never trust a version called 1.0, usually i wait untill 1.5 or something), just wanted to know, how are users going to pay for it ?
By Paypal, or any other way ?

Note: Ignore my last post, wasn't entirely awake it appears...
 
Back
Top