14
July
2006
July
2006
Installing ZendStudio 5 on FedoraCore 5
- Download the latest from Zend
- tar zxvf ZendStudio-5_2_0.tar.gz
- ZEND=ZendStudio-5_2_0.bin
- cp “$ZEND” “$ZEND.BAK”
- cat “$ZEND.BAK” | sed “s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/” > “$ZEND”
- sh ./ZendStudio-5_2_0.bin
- edit
/bin/ZDE with your favorite editor
- comment out line 1488 (put a # ahead of LD_ASSUME_KERNEL)
- all done

akshay
Leave a comment