Hallo Christoph,
Ein Ubuntu 5.04 for Intel x86 mit selbstgebautem Apache 2.0.54
und den letzten PHP-Quellen von vorgestern.Ups. Ich mag Ubuntu nicht, grrrrr.
Warum nicht? Funktioniert auf Anhieb einwandfrei und ist ein Debian.
Na gut, dann die Tippeltappel-Tour: du hast dir PHP selbst kompiliert?
Ja.
Was hast du denn an Pfaden in
.configure
festgelegt?
Nichts, ich habe nur auf der Konsole
./configure
make
make install
eingegeben.
Hat "make" das auch alles befolgt?
Keine Ahnung, sagt der das irgendwo?
Sind die angegebenen Pfade dann auch deinem System bekannt (eventuell in ~/.profile und/oder ~/.bashrc nachschauen bzw. in allen Dateien, die den Systempfad festlegen)?
Ich poste mal die Dateien, die ich gefunden habe, (ohne Kommentare),
ich kann mit denen selbst nichts anfangen.
<dot.bashrc>
[ -z "$PS1" ] && return
options
shopt -s checkwinsize
below)
if [ -z "$debian_chroot" -a -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)
fi
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w $ '
case "$TERM" in
xterm*|rxvt*)
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
;;
*)
;;
esac
if [ "$TERM" != "dumb" ]; then
export LS_OPTIONS='--color=auto'
eval dircolors -b
fi
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -l'
alias l='ls $LS_OPTIONS -lA'
umask 022
</dot.bashrc>
<bash.bashrc>
[ -z "$PS1" ] && return
shopt -s checkwinsize
if [ -z "$debian_chroot" -a -r /etc/debian_chroot ]; then
debian_chroot=$(cat /etc/debian_chroot)
fi
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w$ '
case "$TERM" in
xterm*|rxvt*)
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
;;
*)
;;
esac
</bash.bashrc>
<dot.profile>
if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi
mesg n
</dot.profile>
Gruß
Alexander Brock
[latex]\lim_{3 \to 4}{\sqrt{3}} = 2[/latex]