Archive for October, 2005

checking for C compiler default output file name… configure: error: C compiler cannot create executables

Monday, October 24th, 2005

So, … you have gcc and try to compile some stuff - but ./configure answers:
checking for C compiler default output file name… configure: error: C compiler cannot create executables.
Solution:
Just install glibc-devel
that’s all.

Warning: fopen() [function.fopen]: URL file-access is disabled in the server configuration

Sunday, October 9th, 2005

What to do if you’ve got this:
Warning: fopen() [function.fopen]: URL file-access is disabled in the server configuration
Warning: fopen(http://somelocation.com/somefile.xml) [function.fopen]: failed to open stream: no suitable wrapper could be found in /home/someuser/somephpfile.php on line [someline :-)]
???
It happens if - for security reasons fopen is restricted to open remote files. If it is on a hosting server […]