PC팁/Linux
lampp - libc.so.6: cannot open shared object file:
바람의이야기
2014. 4. 11. 17:42
"export LD_ASSUME_KERNEL=3.10.7"
위에 옵션들은 홈피를 열면 index.php가 파일로 다운되고, 이 옵션으로 하니까 제대로 열리네요.
https://community.apachefriends.org/f/viewtopic.php?p=229484&sid=3c40c4f626844bfd8dd44537ab20405a
open /opt/lamp/lamp in text editor
comment line 436:
#export LD_ASSUME_KERNEL=2.2.5
and uncomment 437:
echo "XAMPP: DISABLE PNTL..."
or simply insert the correct version of the kernel in line 436:
export LD_ASSUME_KERNEL=3.10.7