
31st May 2006, 19:55
|
|
Junior Member
|
|
Join Date: May 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Error with PHP
Hi!
I'm trying to install ISP Config on SuSE 10.1 x86_64 but the install show me this errors and I don't know ho to repair...
Code:
./compile: line 127: 27942 Aborted ./configure --with-apxs=${INS
TALL_ROOT}/httpd/bin/apxs --enable-track-vars --enable-sockets --enable-mbstring
=all --with-config-file-path=${INSTALL_ROOT}/php --enable-ftp --prefix=${INSTALL
_ROOT}/php ${WITH_OPENSSL} ${WITH_MYSQL} --disable-libxml --disable-dom --disabl
e-xml ${WITH_ZLIB_DIR} --disable-xmlreader --disable-xmlwriter --disable-simplex
ml --without-pear
ERROR: Could not configure PHP
cd: error retrieving current directory: getcwd: cannot access parent directories
: No such file or directory
or a segmentation fault, always @ PHP, like this:
Code:
make: *** [ext/pcre/pcrelib/pcre_study.lo] Segmentation fault
ERROR: Could not make PHP
any idea?
thenx
|

1st June 2006, 00:22
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
You should use the 32bit verdsion of SuSE 10.1. This release seems to be quite buggy regarding x86_64 support. I couldn't get the x86_64 version to work (it refused to compile proftpd), that's why I wrote to SuSE 10.1 tutorial for 32bit.
|

1st June 2006, 15:59
|
|
Junior Member
|
|
Join Date: May 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
well, proftpd is running without problems.
luckly it compiled on first strike...
the only problem with proftpd is that every user have his own dir like /home/username/ (and this is ok) but i need to share also the dir "archivio" and i don't know how...
this is the directory tree:
/
|-/archivio/
|-/bin/
|-/boot/
|-/dev
|-/home/
|-/root/
| .....
i need to share the bold ones... any idea?
|

1st June 2006, 16:46
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
You could create anonymous FTP accounts for these folders.
|

4th June 2006, 16:06
|
|
Junior Member
|
|
Join Date: May 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thanks a lot Falko but I'd like that the users could see /archivio/ only once logged...
something like this:
there're /home/a/ /home/b/ /home/c/ /archivio/
User A logon and see only /home/a/ and /archivio/
User B logon and see only /home/b/ and /archivio/
User C logon and see only /home/c/ and /archivio/
How can I do something like that?
|

5th June 2006, 14:39
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
That might be a little difficult. Did you have a look at the Proftpd documentation? They might have a solution for this.
|

20th June 2006, 12:58
|
|
Member
|
|
Join Date: Apr 2006
Location: Coimbra, Portugal
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by Tony_Soprano
well, proftpd is running without problems.
luckly it compiled on first strike...
the only problem with proftpd is that every user have his own dir like /home/username/ (and this is ok) but i need to share also the dir "archivio" and i don't know how...
this is the directory tree:
/
|-/archivio/
|-/bin/
|-/boot/
|-/dev
|-/home/
|-/root/
| .....
i need to share the bold ones... any idea?
|
Hi,
I have tried to install proftpd on Suse 10.1 x86_64 with no success so far.
I have even installed and hacked the fedora Core 6 rpm from:
http://rpmfind.net/linux/RPM/fedora/...c6.x86_64.html
To no use. There is always an error, a lib missing or some gcc problem from the configure setup.
How did you manage to install proftd, with what version of the program?
How?
Thanks in advance,
Pedro
|

20th June 2006, 16:21
|
|
Member
|
|
Join Date: Apr 2006
Location: Coimbra, Portugal
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by keybd_user
Hi,
I have tried to install proftpd on Suse 10.1 x86_64 with no success so far.
I have even installed and hacked the fedora Core 6 rpm from:
http://rpmfind.net/linux/RPM/fedora/...c6.x86_64.html
To no use. There is always an error, a lib missing or some gcc problem from the configure setup.
How did you manage to install proftd, with what version of the program?
How?
Thanks in advance,
Pedro
|
Ok!
Got it folks!
There is actually a proftpd 1.3.0 version that works and installs with a rpm on suse 10.1 x86_64 !!
http://software.opensuse.org/downloa...4.1.x86_64.rpm
Just searched the opensuse site after a lot of work trying to compile the source code.
There is simply to much dependencies missing.
But the rpm installs great!
Wit no problem.
When proftpd starts it complains with a IpV6 problem.
but aparently it does work, accepts connections.
so in principle it is ok to install.
I will try today a go with ISPconfig.
Regards,
Pedro
|

21st June 2006, 01:13
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
Thanks for the link!
Somebody found a solution how to compile ProFTPd on SuSE 10.1 x86_64. Have a look at the comments on http://www.howtoforge.com/perfect_setup_suse_10.1_p6
|

22nd June 2006, 00:34
|
|
Member
|
|
Join Date: Apr 2006
Location: Coimbra, Portugal
Posts: 35
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by falko
|
Great!
After an entire day loosing my patience with an "up-grade" from version 10.0 to the 10.1 in a x86_64 machine I actually also detected the problem!
I had to make a reinstall.
It make me loose a lot of time. But it was worthy.
Also for those that might be interested and this is something even I have a hard time explaining to myself  it is possible to upgrade the kernel of 10.0 directly to the new 10.1 2.6.16.13-4 smp.
Just download the kernel 2.6.16.13-4-smp.rpm from a suse mirror (inst-source dir) near you.
At least in my server it did not afect nothing. Works like a charm!
Just the subfs stops working and the mounts for dvd's floppys and usb falsh drives must be made manually and of course some small changes to the /etc/fstab must be made. Which, for a server, it is actually a really good thing!
Regards,
Pedro
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 12:14.
|
|
Recent comments
10 hours 52 min ago
15 hours 57 min ago
20 hours 21 min ago
22 hours 10 min ago
1 day 12 hours ago
1 day 12 hours ago
1 day 17 hours ago
2 days 5 min ago
2 days 54 min ago
2 days 2 hours ago