Search found 6 matches

by ciremai
31. May 2017, 04:45
Forum: Problems
Topic: {solved}How To Upgrade GCC?
Replies: 7
Views: 5753

Re: {solved}How To Upgrade GCC?

Your best bet may be to install Salix 14.2.

If you really want to keep your existing installation, you could upgrade it, first to 14.1, then 14.2; but this is probably the harder path.

Upgrading the C compiler is not recommended.
okay, so upgarding GCC alone is risky.
To elaborate on the good ...
by ciremai
30. May 2017, 11:55
Forum: Problems
Topic: {solved}How To Upgrade GCC?
Replies: 7
Views: 5753

{solved}How To Upgrade GCC?

Hi, Iam using Salix 14.0 with GCC 4.7.1.
I'd like to use C++14 so I need to upgrade the GCC. How do I do that?
by ciremai
2. Jun 2016, 00:32
Forum: Problems
Topic: {ask}PHP with GD dan FreeType Support
Replies: 8
Views: 3710

Re: {ask}PHP with GD dan FreeType Support

Why are you trying to compile php, and not using the package that is in the repositories?
If I have to use PHP package from repositories how do I uninstall current PHP installation?

having read from here
http://www.linuxquestions.org/questions/slackware-14/how-to-uninstall-php-837310/
there are ...
by ciremai
1. Jun 2016, 11:33
Forum: Problems
Topic: {ask}PHP with GD dan FreeType Support
Replies: 8
Views: 3710

Re: {ask}PHP with GD dan FreeType Support

Maybe get rid of the tics (') and used the backslash on each line to continue the "configure" command.
./configure \
--with-apxs2=/usr/local/apache2/bin/apxs \
--with-mysql \
-with-mysqli \
--with-pdo-mysql \
--with-mcrypt \
--enable-soap \
--with-zlib \
--with-curl \
--enable-mbstring \
--with-gd ...
by ciremai
1. Jun 2016, 03:42
Forum: Problems
Topic: {ask}PHP with GD dan FreeType Support
Replies: 8
Views: 3710

Re: {ask}PHP with GD dan FreeType Support

laprjns wrote:Did you install freetype?

Code: Select all

sudo slapt-get -i freetype
yes, I think it's installed in /usr directory.

Code: Select all

$sudo slapt-get -i freetype

Reading Package Lists...Done
freetype is up to date.
0 upgraded, 0 reinstalled, 0 newly installed, 0 to remove, 0 not upgraded.
by ciremai
31. May 2016, 22:08
Forum: Problems
Topic: {ask}PHP with GD dan FreeType Support
Replies: 8
Views: 3710

{ask}PHP with GD dan FreeType Support

I want to install PHP 5.6 with GD dan FreeType enabled. I was following this tutorial
http://www.thegeekstuff.com/2013/10/enable-gd-php/
but no success. The GD was succesfully installed but the FreeType was not.

Below is my PHP configuration,
'./configure'
'--with-apxs2=/usr/local/apache2/bin ...