Upgrading gcc compiler

cd /usr/local mkdir gcc cd gcc wget ftp://mirrors.kernel.org/gnu/gcc/gcc…-4.2.2.tar.bz2 tar -jxvf gcc-core-4.2.2.tar.bz2 mkdir obj cd obj At this point we need to check with what options gcc was compiled at your system before. This can be done using gcc -v. You need to copy all parameters to configure command. Note how we run configure – from […]

See More

ERROR : Warning: fwrite(): supplied argument is not a valid stream

ERROR : Warning: fwrite(): supplied argument is not a valid stream resource in /home/uruser/public_html/index.php on line 359 Solution: I’m pretty sure you can stop the error if you change the premission to the config.php 777 or the sample-config.php 777… Hope that helps OR check the error line and chmod 777 that file

See More

You don’t have permission to access //_vti_bin/_vti_aut/author.exe

403 Forbidden  You don’t have permission to access //_vti_bin/_vti_aut/author.exe on this server” Additionally, a 404 Not Found error was encountered while trying to use an Error Document to handle the request.  Apache/1.3.33 Server at www.hiltonsnoflyers.net Port 80 Try adding the following line in .htaccess file in your public_html folder SecFilterEngine Off

See More