Re: Kamailio Sip Server Port Makefile

2012-02-08 Thread Roland Smith
On Wed, Feb 08, 2012 at 12:09:15AM +0200, Serhat Akca wrote: > Hello > > > > Is there any port that I can compile Kamailio 3.2.2 ? Only the old version, openser is in ports as net/openser. Roland -- R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-

Kamailio Sip Server Port Makefile

2012-02-07 Thread Serhat Akca
Hello Is there any port that I can compile Kamailio 3.2.2 ? Could you send me Kamailio port Makefile please ? Regards Serhat AKCA ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: mysql50-server port in 7.0

2008-04-24 Thread Gary Newcombe
On Thu, 24 Apr 2008 09:02:35 -0600, Shawn Badger <[EMAIL PROTECTED]> wrote: > Hi, I'm new to FreeBSD and it has impressed me so far. I came across a > slight problem last night when trying to build mysql50 from ports - the > build failed stating that C++ does not support the type 'long long'.

mysql50-server port in 7.0

2008-04-24 Thread Shawn Badger
Hi, I'm new to FreeBSD and it has impressed me so far. I came across a slight problem last night when trying to build mysql50 from ports - the build failed stating that C++ does not support the type 'long long'. The other ports I've tried have built fine, and I stripped my kernel without a hi

Mysql 51 Server port patch

2008-03-24 Thread Christopher Sean Hilton
I submitted a PR on this. In short the problem that I'm having is that mysqld becomes a daemon and returns control the rcorder subsystem before it has established it unix domain listening socket. On my system the next daemon to run is jabberd. Jabberd (from the jabberd2 port) has a componen

Re: Which knobs do I use to control BDB use in MySQL-server port?

2007-09-20 Thread Aliya Harbouri
> I'll check the build's output with ldd when the build finishes. Looks like the simple workaround works :-) ldd /usr/local/libexec/mysqld libz.so.3 => /lib/libz.so.3 (0x284a8000) libwrap.so.4 => /usr/lib/libwrap.so.4 (0x284b9000) libssl.so.5 => /usr/local/lib/libssl.

Re: Which knobs do I use to control BDB use in MySQL-server port?

2007-09-19 Thread Aliya Harbouri
Hi Dan, One last thing (It's way past my bedtime here ;-p) > See that "--with-berkeley-db" in there? :-( A little digging in the mysql ditribution's source files dredged up the "CONF_COMMAND" variable. Do-ing, CONF_COMMAND="--without-berkeley-db"; export $CONF_COMMAND perl -pi -e 's/^(CONFI

Re: Which knobs do I use to control BDB use in MySQL-server port?

2007-09-19 Thread Aliya Harbouri
Hi Dan! > I just tried it and it looks like that does disable bdb. I never > noticed that line in the Makefile before :) Well, you'd think it should. But even with, grep berkeley-db ./Makefile CONFIGURE_ARGS+=--enable-assembler --without-berkeley-db the build seems to /ignore/ the flag, g

Re: Which knobs do I use to control BDB use in MySQL-server port?

2007-09-19 Thread Dan Nelson
In the last episode (Sep 19), Aliya Harbouri said: > > > (1) Turn OFF use of BDB completely. The build seems to default > > > to the bundled BDB > > > > Mysql 5.0's configure script doesn't seem to have a --without-bdb > > flag, so it always gets built. > > > > (2) Use the Port install of BDB v46

Re: Which knobs do I use to control BDB use in MySQL-server port?

2007-09-19 Thread Aliya Harbouri
Hi Dan! > > (1) Turn OFF use of BDB completely. The build seems to default to the > > bundled BDB > > Mysql 5.0's configure script doesn't seem to have a --without-bdb flag, > so it always gets built. > > (2) Use the Port install of BDB v46 I mentioned above. > > It does have a --with-berkeley-d

Re: Which knobs do I use to control BDB use in MySQL-server port?

2007-09-19 Thread Dan Nelson
In the last episode (Sep 18), Aliya Harbouri said: > Building the databases/mysql50-server Port, I see (they'er all in > Makefile, yes?) my choices for knob-settings in make.conf are: > > WITH_OPENSSL=true > WITH_PROC_SCOPE_PTH=yes > BUILD_OPTIMIZED=

Which knobs do I use to control BDB use in MySQL-server port?

2007-09-18 Thread Aliya Harbouri
em's "knobs" figured out :-/ Building the databases/mysql50-server Port, I see (they'er all in Makefile, yes?) my choices for knob-settings in make.conf are: WITH_OPENSSL=true WITH_PROC_SCOPE_PTH=yes BUILD_OPTIMIZED=yes WITH_INNODB=yes WITHOUT_ARCHIVE=true W

Firebird 2 Server Port

2007-03-07 Thread DSA - JCR
Hi all FreeBSD 6.2 i386 I am trying to make from ports the Firebird2-server and I have a problem when doing it. First, I was under "root" and when it going to make a message says that " you must not be under root in order not conflict with SYSV semaphores" and then stop. So I created a user an

postgresql80-server port broken?

2005-11-19 Thread Jeff D. Hamann
FreeBSD-ers, I've been trying to get the postgresql80-server port to work/install/anything (and actually I need to get the postgis port working) with no success. Following the in(de)structions to install the port (fbsd6): MD5 (postgresql/postgresql-base-8.0.4.tar.bz2) bobby# cd /usr/

Problems with MySQl Server port

2005-07-17 Thread perikillo
Hi, i install freebsd 5.2, make the buildworld process and right now is 5.2.1-RELEASE-p14 FreeBSD 5.2.1-RELEASE-p14. I update my ports and start to installing my favorites, then i decide to setup some IDS, and i could not install mysql50-server port because exit with this error: pipe

Re: isc-dhcp3-server port - [ScanMail certified]

2005-04-13 Thread Tom Frontera
'make config' again and DESELECT the DHCP_LDAP_SSL OPTION. Description: the isc-dhcp3-server port comes with it's own version of the ip.h and ip_icmp.h files. these can be found, once the ports source is extracted, in "work/dhcp-3.0.2/includes/netinet/". the use of the

Re: isc-dhcp3-server port - [ScanMail certified]

2005-04-13 Thread Joerg Pulz
ON. Description: the isc-dhcp3-server port comes with it's own version of the ip.h and ip_icmp.h files. these can be found, once the ports source is extracted, in "work/dhcp-3.0.2/includes/netinet/". the use of the DHCP_LDAP_SSL and OPENSSL_BASE OPTION add's an additional -I/us

Re: isc-dhcp3-server port - [ScanMail certified]

2005-04-13 Thread Tom Frontera
FreeBSD 4.11-RELEASE and I updated the ports, but that didn't help. -Tom Joerg Pulz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 13 Apr 2005, Tom Frontera wrote: I'm having a problem when making this port: ===> Building for isc-dhcp3-server-3.0.2_7 Making all in common cc -O -pipe

Re: isc-dhcp3-server port

2005-04-13 Thread Joerg Pulz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 13 Apr 2005, Tom Frontera wrote: I'm having a problem when making this port: ===> Building for isc-dhcp3-server-3.0.2_7 Making all in common cc -O -pipe -D_PATH_DHCPD_CONF=\"/usr/local/etc/dhcpd.conf\" -D_PATH_DHCPD_DB=\"/var/db/dhcpd.leases

isc-dhcp3-server port

2005-04-13 Thread Tom Frontera
I'm having a problem when making this port: ===> Building for isc-dhcp3-server-3.0.2_7 Making all in common cc -O -pipe -D_PATH_DHCPD_CONF=\"/usr/local/etc/dhcpd.conf\" -D_PATH_DHCPD_DB=\"/var/db/dhcpd.leases\" -D_PATH_DHCPD_PID=\"/var/run/dhcpd.pid\" -D_PATH_DHCRELAY_PID=\"/var/run/dhcrelay.

Re: Ack, the mysql41-server port killed my box

2005-02-21 Thread Matt Rechkemmer
On Mon, Feb 21, 2005 at 01:33:50PM +0100, Emanuel Strobl wrote: > > Just a wild guess, perhaps there is any pam module which tries to > authenticate against the mysql database?. It sounds like > > -Harry Actually after much effort I figured it out. The mysql41-server port

Re: Ack, the mysql41-server port killed my box

2005-02-21 Thread Emanuel Strobl
Am Samstag, 19. Februar 2005 12:06 schrieb Matt Rechkemmer: > Lately my FreeBSD 5.3R system has been running fine. Tonight I decided to > load the mysql 4.1.x port. After loading it, glancing at mysql-server.sh, > and firing it up, things went haywire. > > At the time I had two root sessions open

Ack, the mysql41-server port killed my box

2005-02-19 Thread Matt Rechkemmer
Lately my FreeBSD 5.3R system has been running fine. Tonight I decided to load the mysql 4.1.x port. After loading it, glancing at mysql-server.sh, and firing it up, things went haywire. At the time I had two root sessions open, as well as two normal users. My normal users started getting permi

Orion Application Server port

2005-02-08 Thread Chad Morland
What happened to the Orion application server port? I am reading articles that say there is a port for it. I am using the latest port on 4.10 and the only Orion I can find is in x11-wm. Is there a seperate mailing list to track changes in the ports tree? -CM

problems with mysql323.57-server port

2003-07-24 Thread Alfonso Romero
I updated my ports collection and installed mysql server 3.23.57, but I received an error telling me that some files were newer than others. The bad thing is I didnĀ“t save the error messages. Is someone else having this problem? Alfonso Romero Ibacsoft/Ibacnet Open Source Consultants www.ibacne

Re: server port

2003-07-16 Thread Rus Foster
> you might try > > /usr/ports/misc/instant-server > > Cheers > Cheers thats it Rgds Ru -- www: http://65535.net/vds.php | Virtual Servers from just $15/mo MSNM: [EMAIL PROTECTED] | www: http://www.65535.net e: [EMAIL PROTECTED] | Community: http://www.65535.org t: +44 (

Re: server port

2003-07-16 Thread Tim Aslat
In the immortal words of Rus Foster <[EMAIL PROTECTED]>... > Am I imagining it or is there a port for setting up a basic server? I > can see it for looking you might try /usr/ports/misc/instant-server Cheers Tim -- Tim Aslat <[EMAIL PROTECTED]> Spyderweb Consulting http://www.spyderweb.com.au

server port

2003-07-16 Thread Rus Foster
Hi All, Am I imagining it or is there a port for setting up a basic server? I can see it for looking Rgds Rus -- www: http://65535.net/vds.php | Virtual Servers from just $15/mo MSNM: [EMAIL PROTECTED] | www: http://www.65535.net e: [EMAIL PROTECTED] | Community: http://