Re: [CentOS] PHP and PHP53 on CentOS5 - PROBLEM

2012-05-01 Thread Jesus del Valle
>
> > I would appreciate seeing your notes.
> > there are the IUS repos for PHP53.  With those you can yum
> install squirrelmail, drupal6, phpmyadmin.
> > I *did* install PHP53 from the IUS repository ( along with other
> supporting php packages), and html-enabled email (the capability to
> compose html email) in squirrelmail ceased functioning.
>

Hi Max. My Drupal notes are here: http://www.geilthings.com/wiki/Drupal
IUS repos: ?. I don't know what IUS means. My php53 comes with the base
repository, some php53 modules are in epel. I think I only used either base
or epel, they may have been under extras or plus. Anyway, only "standard"
repos.
squirrelmail html: Do you mean this plugin:
http://squirrelmail.org/plugin_view.php?id=209 ?. It is from 2005.

Squirrelmail installation from source (I have it under ssl):
# From http://squirrelmail.org/docs/admin/admin-3.html#ss3.2

mkdir /usr/local/squirrelmail
cd /usr/local/squirrelmail
mkdir data temp
chgrp apache data temp
chmod 0730 data temp
wget
http://squirrelmail.org/countdl.php?fileurl=http%3A%2F%2Fprdownloads.sourceforge.net%2Fsquirrelmail%2Fsquirrelmail-1.4.21.tar.gz
tar -xvf squirrelmail-1.4.21.tar.gz
mv squirrelmail-1.4.21 www

#ssl
yum install crypto-utils
genkey --days 365 mail.mydomain.com
Passphrase: somepassphrasehere

yum install mod_ssl

In the vhosts.d .conf files:


...
  SSLEngine on
...
  SSLCertificateFile /path/to/certificatefile.crt
  SSLCertificateKeyFile /path/to/key.file.key
  SSLCACertificateFile  /path/to/cacertificatefile.ca
  SSLProtocol all -SSLv2
  SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM:+LOW
...


  ...
  redirect permanent / https://mail.domain.com


Regards,

Jesus
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] PHP and PHP53 on CentOS5 - PROBLEM

2012-05-01 Thread Max Pyziur
>>
>> > After I install php53 and other supporting php53 components, I tried
>> installing squirrelmail, drupal6, and phpmyadmin via yum install.
>>
>> However, they fail to install because of dependency issues.
>>
>> Hi Max. You can wget Drupal from source, you don't need yum for this.
>> Same
> for squirrelmail. I have both running under php53 CentOS 5.8. I can send
> you my install notes from both if you want. I have never used phpmyadmin;
> if you want I can install it from source and I would report to you how it
> went.

I would appreciate seeing your notes.

I also reviewed some past CentOS listserv archives on this same topic and
see that there are the IUS repos for PHP53.  With those you can yum
install squirrelmail, drupal6, phpmyadmin.

(I, too, am not concerned as much with drupal6, since you can install it
on a case by case base from source easily).

However, I *did* install PHP53 from the IUS repository ( along with other
supporting php packages), and html-enabled email (the capability to
compose html email) in squirrelmail ceased functioning.

For now, I have reverted back to stock CentOS PHP5.1. Squirrelmail's
html-email plugin works again.

Hopefully, there is a way to get to PHP53 in CentOS w/o losing functionality.

Thanks for your help.

Max

>
> Regards,
>
> Jesus
> ___


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] PHP and PHP53 on CentOS5 - PROBLEM

2012-05-01 Thread Jesus del Valle
>
> > After I install php53 and other supporting php53 components, I tried
> installing squirrelmail, drupal6, and phpmyadmin via yum install.
>
> However, they fail to install because of dependency issues.
>
> Hi Max. You can wget Drupal from source, you don't need yum for this. Same
for squirrelmail. I have both running under php53 CentOS 5.8. I can send
you my install notes from both if you want. I have never used phpmyadmin;
if you want I can install it from source and I would report to you how it
went.

Regards,

Jesus
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] PHP and PHP53 on CentOS5 - PROBLEM

2012-05-01 Thread Max Pyziur
Greetings,

I just tried this.

In the process drupal6, squirrelmail, and phpmyadmin are removed because
of dependencies.

After I install php53 and other supporting php53 components, I tried
installing squirrelmail, drupal6, and phpmyadmin via yum install.

However, they fail to install because of dependency issues.

Is there a solution?

Thank you.

Max Pyziur
p...@brama.com


>>
>> > Can someone offer their experience/advice in this regard? (remove php,
>> install php53, CentOS 5)
>>
>> Hi. I did exactly this about a year ago under CentOS 5.6. I just had a
> look at my notes:
>
> yum install yum-utils (for package-cleanup)
> yum remove php php-common
> # These below were installed over a few days, other php packages were
> installed later.
> # I think php53-common will get installed if you install php53 anyway.
> yum install php53 php53-common
> yum install php53-mysql
> yum install php53-devel
> yum install php53-pgsql
> yum install php53-odbc
> # Not a typo. php-pear will give you the pecl package so you can install
> apc.
> yum install php-pear
> # I needed this for apc
> yum install pcre-devel
>
> I don't remember having a problem related to php53 under CentOS 5.6, 5.7,
> 5.8. I can access all current, popular databases (Si- or NoSQL), all extra
> modules (e.g. gd)  that I needed work.
>
> Regards,
>
> Jesus
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos