[no subject]

2015-09-02 Thread alexus
Hello,

I'd like to personally "Thank You!" for all your work and time that
you're putting into FreeBSD project)

I'd like to start using postfixadmin project, however I cannot use it
due to how postfix package is build and this is why I'm reaching out
to you to see if there is a way to include mysql support as that's
required by postfixadmin.

[root@j ~]# postconf -m
btree
cidr
environ
fail
hash
internal
memcache
pcre
proxy
regexp
socketmap
static
tcp
texthash
unix
[root@j ~]# postconf -m | grep mysql
[root@j ~]# uname -a
FreeBSD j.alexus.biz 9.2-RELEASE-p17 FreeBSD 9.2-RELEASE-p17 #0
r282430: Mon May  4 13:59:58 PDT 2015
r...@jj3.myibay.com:/usr/obj/usr/src/sys/R610  amd64
[root@j ~]#

Thanks again!

-- 
http://alexus.org/
___
freebsd-ports@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"


Re: FreeBSD Port: squirrelmail-20150324

2015-08-10 Thread alexus
Bug 202226 – SquirrelMail 1.4.x is not compatible with PHP's
session.auto_start setting. Please disable it at least for the
location where SquirrelMail is installed.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202226

On Mon, Aug 10, 2015 at 11:51 AM, Adam Weinberger ad...@adamw.org wrote:
 You're right. That was a kludgey workaround for strange behavior in old PHPs. 
 It would be helpful for me if you could file a PR about this 
 (https://bugs.freebsd.org/bugzilla).

 Thanks.

 # Adam


 --
 Adam Weinberger
 ad...@adamw.org
 http://www.adamw.org

 On 10 Aug, 2015, at 7:48, alexus ale...@gmail.com wrote:

 Hello,

 Thank you for all your time on maintaining this (or other) project(s)
 in FreeBSD ports/packages.

 While installing squirrelmail-20150324, part of your message says following:

 3) If you have trouble logging in, add the following to your php.ini:
   session.auto_start = 1

 yet when I did that, I now getting following in my browser:

 SquirrelMail 1.4.x is not compatible with PHP's session.auto_start
 setting. Please disable it at least for the location where
 SquirrelMail is installed.

 I'm using php56-5.6.11.

 by removing that line from my virtual host, that brings me back to
 working SquirrelMail.

 just FYI)

 Have a good week!

 --
 http://alexus.org/





-- 
http://alexus.org/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org

FreeBSD Port: squirrelmail-20150324

2015-08-10 Thread alexus
Hello,

Thank you for all your time on maintaining this (or other) project(s)
in FreeBSD ports/packages.

While installing squirrelmail-20150324, part of your message says following:

3) If you have trouble logging in, add the following to your php.ini:
   session.auto_start = 1

yet when I did that, I now getting following in my browser:

SquirrelMail 1.4.x is not compatible with PHP's session.auto_start
setting. Please disable it at least for the location where
SquirrelMail is installed.

I'm using php56-5.6.11.

by removing that line from my virtual host, that brings me back to
working SquirrelMail.

just FYI)

Have a good week!

-- 
http://alexus.org/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: FreeBSD Port: apache-2.4.X php5-5.4.X

2012-03-14 Thread alexus
hey, nothing wrong with jumping up and down :))

I'm not looking for a custom package. What I am looking (and a lot of
other users out there) is:
mod_php  php-fpm as a separate mainstream package without using /usr/ports
mod_php is a must, right now the only way to reach that functionality
is to use /usr/ports (or build it from source)
php-fpm is just another way to accomplish php functionality in apache
some users would prefer php-fpm over mod_php, some would prefer the other way
but at this very moment neither of those solution is available through
package only through /usr/porsts
since this module is its own separate package admin who doesn't
require this functionality obviously doesn't have to install this
package.


On Wed, Mar 14, 2012 at 4:08 AM, Alex Dupre a...@freebsd.org wrote:
 alexus wrote:
 slightly off topic yet still _VERY_ important peace and _VERY_ widely
 used is mod_php. I know that was discussed about million times through
 mailing lists and other ways

 Exactly, so why are you jumping on for the million and one time? If you
 want custom packages set up your own tinderbox or package builder machine.

 --
 Alex Dupre



-- 
http://alexus.org/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


FreeBSD Port: apache-2.4.X php5-5.4.X

2012-03-13 Thread alexus
Hello,

sorry if I'm jumping the gun, but as you probably already know Apache
httpd 2.4 released yet no updates at or at least I didn't find any at:
http://wiki.freebsd.org/bsd.apache.mk in terms of when package/port
would be created

slightly off topic yet still _VERY_ important peace and _VERY_ widely
used is mod_php. I know that was discussed about million times through
mailing lists and other ways but, many would agree that mod_php is so
widely used it should be incorporated into a separate package by
itself and while we're on this topic new php-fpm should also be
available through a package installed rather then ports. I understand
that goal can be reached through /usr/ports but for one reason or
another that may not be an option for someone and as I mention before
I'd say majority of FreeBSD's web servers are using it and only minor
amount of servers are not using it, so why is FreeBSD targeting
minority vs majority?

http://alexus.org/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: FreeBSD Port: apache-2.4.X php5-5.4.X

2012-03-13 Thread alexus
.. on behalf of a lot of FreeBSD users I'd like to thank you for your
time and effort that you put into this project (a lot of us really
appreciate that ;))

one more time outline the so called requirements:

1) apache24
2) mod_php - *stand alone packages* (not just port (which already available)).
3) php-fpm (comes w/ 5.4.0RC2) - also a stand alone package (not just
port (which is also already available))

thank you so much again :)


On Tue, Mar 13, 2012 at 6:11 PM, Philip M. Gollucci pgollu...@gmail.com wrote:
 On 03/13/12 21:59, alexus wrote:
 sorry if I'm jumping the gun, but as you probably already know Apache
 httpd 2.4 released yet no updates at or at least I didn't find any at:
 http://wiki.freebsd.org/bsd.apache.mk in terms of when package/port
 would be created
 Largely mine and ohaurer's schedule.  The biggie is that it is *not* a
 repo copy so that files/ starts out empty of local patches unless we
 upstream them.

 Hopefully we can do it after the 8.3 freeze+slush

 --
 
 1024D/DB9B8C1C B90B FBC3 A3A1 C71A 8E70  3F8C 75B8 8FFB DB9B 8C1C
 Philip M. Gollucci (pgollu...@p6m7g8.com) c: 703.336.9354
 Member,                           Apache Software Foundation
 Committer,                        FreeBSD Foundation
 Consultant,                       P6M7G8 Inc.
 Director Operations,              Ridecharge Inc.

 Work like you don't need the money,
 love like you'll never get hurt,
 and dance like nobody's watching.




-- 
http://alexus.org/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: FreeBSD9 + PHP

2012-01-09 Thread alexus
so maybe there is package to make existing php5 package that would
work w/ apache and not just fastcgi

On Mon, Jan 9, 2012 at 3:06 PM, Chuck Swiger cswi...@mac.com wrote:
 On Jan 9, 2012, at 12:02 PM, alexus wrote:
 there is no way to make it like that? so it has to be build via ports?

 The PHP maintainer decides the default options, which is what the precompiled 
 package you got used.  While many people want PHP in the form of an Apache 
 module, other folks use it via fastcgi and so forth...

 Regards,
 --
 -Chuck




-- 
http://alexus.org/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


FreeBSD Port: php5-5.3.8

2012-01-09 Thread alexus
Hello

I'm trying to migrate from REDHAT EL world to FREEBSD. We have a policy of 
installing binary packages and stay away from compiling source code.
I have FreeBSD-9.0RC3 and I did pkg_add -r apache22 pkg_add -r php5, so now I 
have both packages installed but I can't get them to work together...

am I doing something wrong? or was it not meant to work together? or there is 
something else needs to be done that I'm missing? if possible I'd like to stay 
away from (/usr/ports), as we want to use packages only

thanks.___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: FreeBSD9 + PHP

2012-01-09 Thread alexus
ok, thanks

On Mon, Jan 9, 2012 at 7:02 PM, Doug Barton do...@freebsd.org wrote:
 On 01/09/2012 12:08, alexus wrote:
 so maybe there is package to make existing php5 package that would
 work w/ apache and not just fastcgi

 There is not a package with that option enabled. You will need to build
 /usr/ports/lang/php5 and run 'make config' to enable it.


 Hope this helps,

 Doug

 --

        You can observe a lot just by watching. -- Yogi Berra

        Breadth of IT experience, and depth of knowledge in the DNS.
        Yours for the right price.  :)  http://SupersetSolutions.com/




-- 
http://alexus.org/
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


FreeBSD Port: linux_base-fc-4_6 - BROKEN PORT

2006-07-20 Thread alexus
dev# make install distclean
===  Vulnerability check disabled, database not found
===  Extracting for linux_base-fc-4_5
= MD5 Checksum OK for rpm/i386/fedora/4/basesystem-8.0-5.noarch.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/basesystem-8.0-5.noarch.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/bash-3.0-31.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/bash-3.0-31.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/bzip2-1.0.2-16.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/bzip2-1.0.2-16.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/bzip2-libs-1.0.2-16.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/bzip2-libs-1.0.2-16.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/compat-db-4.2.52-2.FC4.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/compat-db-4.2.52-2.FC4.i386.rpm.
= MD5 Checksum OK for
rpm/i386/fedora/4/compat-libstdc++-296-2.96-132.fc4.i386.rpm.
= SHA256 Checksum OK for
rpm/i386/fedora/4/compat-libstdc++-296-2.96-132.fc4.i386.rpm.
= MD5 Checksum OK for
rpm/i386/fedora/4/compat-libstdc++-33-3.2.3-47.fc4.i386.rpm.
= SHA256 Checksum OK for
rpm/i386/fedora/4/compat-libstdc++-33-3.2.3-47.fc4.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/coreutils-5.2.1-48.1.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/coreutils-5.2.1-48.1.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/db4-4.3.27-5.fc4.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/db4-4.3.27-5.fc4.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/elfutils-libelf-0.108-1.i386.rpm.
= SHA256 Checksum OK for
rpm/i386/fedora/4/elfutils-libelf-0.108-1.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/fedora-release-4-2.noarch.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/fedora-release-4-2.noarch.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/filesystem-2.3.4-1.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/filesystem-2.3.4-1.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/freetype-2.1.9-2.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/freetype-2.1.9-2.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/gdbm-1.8.0-25.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/gdbm-1.8.0-25.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/glib-1.2.10-16.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/glib-1.2.10-16.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/glibc-2.3.6-3.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/glibc-2.3.6-3.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/glibc-common-2.3.6-3.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/glibc-common-2.3.6-3.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/grep-2.5.1-48.2.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/grep-2.5.1-48.2.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/info-4.8-8.fc4.2.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/info-4.8-8.fc4.2.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/libacl-2.2.32-1.FC4.2.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/libacl-2.2.32-1.FC4.2.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/libattr-2.4.24-1.FC4.1.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/libattr-2.4.24-1.FC4.1.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/libgcc-4.0.2-8.fc4.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/libgcc-4.0.2-8.fc4.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/libselinux-1.23.11-1.1.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/libselinux-1.23.11-1.1.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/libstdc++-4.0.2-8.fc4.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/libstdc++-4.0.2-8.fc4.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/libtermcap-2.0.8-41.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/libtermcap-2.0.8-41.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/ncurses-5.4-19.fc4.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/ncurses-5.4-19.fc4.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/pcre-5.0-4.1.fc4.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/pcre-5.0-4.1.fc4.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/popt-1.10.1-23.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/popt-1.10.1-23.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/readline-5.0-3.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/readline-5.0-3.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/rpm-4.4.1-23.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/rpm-4.4.1-23.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/setserial-2.17-19.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/setserial-2.17-19.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/setup-2.5.44-1.1.noarch.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/setup-2.5.44-1.1.noarch.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/slang-1.4.9-17.i386.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/slang-1.4.9-17.i386.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/termcap-5.4-7fc4.noarch.rpm.
= SHA256 Checksum OK for rpm/i386/fedora/4/termcap-5.4-7fc4.noarch.rpm.
= MD5 Checksum OK for rpm/i386/fedora/4/zlib-1.2.2.2-5.fc4.i386.rpm.
= 

FreeBSD Port: gettext-0.14.5_2 - BROKEN PORT!

2006-07-20 Thread alexus
===  Building for gettext-0.14.5_2
Making all in autoconf-lib-link
Making all in m4
Making all in tests
Making all in gettext-runtime
make  all-recursive
Making all in doc
Making all in intl
/bin/sh /usr/local/bin/libtool --mode=compile cc -c
-DLOCALEDIR=\/usr/local/share/locale\
-DLOCALE_ALIAS_PATH=\/usr/local/share/locale\
-DLIBDIR=\/usr/local/libdata\ -DIN_LIBINTL  -DENABLE_RELOCATABLE=1
-DIN_LIBRARY -DINSTALLDIR=\/usr/local/lib\ -DNO_XMALLOC
-Dset_relocation_prefix=libintl_set_relocation_prefix
-Drelocate=libintl_relocate  -DDEPENDS_ON_LIBICONV=1 -DHAVE_CONFIG_H -I. -I.
-I.. -I/usr/local/include -O2 -fno-strict-aliasing -pipe  ./bindtextdom.c
libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
*** Error code 1

Stop in /usr/ports/devel/gettext/work/gettext-0.14.5/gettext-runtime/intl.
*** Error code 1

Stop in /usr/ports/devel/gettext/work/gettext-0.14.5/gettext-runtime.
*** Error code 1

Stop in /usr/ports/devel/gettext/work/gettext-0.14.5/gettext-runtime.
*** Error code 1

Stop in /usr/ports/devel/gettext/work/gettext-0.14.5.
*** Error code 1

Stop in /usr/ports/devel/gettext.
*** Error code 1

Stop in /usr/ports/devel/popt.
*** Error code 1

Stop in /usr/ports/archivers/rpm.
*** Error code 1

Stop in /usr/ports/emulators/linux_base-fc4.
dev# uname -a
FreeBSD dev.hotcamsluts.com 6.1-RELEASE-p2 FreeBSD 6.1-RELEASE-p2 #0: Mon
Jul  3 01:22:25 EDT 2006 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/SMP
i386
dev# 


___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to [EMAIL PROTECTED]