Re: UPDATE: Haproxy-1.4.21

2012-08-10 Thread Jason Dixon
on 1.2 > diff -u -p -r1.2 PLIST > --- pkg/PLIST 23 Jul 2008 15:33:17 - 1.2 > +++ pkg/PLIST 10 Aug 2012 13:51:02 - > @@ -20,3 +20,4 @@ share/examples/haproxy/haproxy.cfg > share/examples/haproxy/option-http_proxy.cfg > share/examples/haproxy/tarpit.cfg > share/examples/haproxy/url-switching.cfg > +@rcscript ${RCDIR}/haproxy > Index: pkg/haproxy.rc > === > RCS file: pkg/haproxy.rc > diff -N pkg/haproxy.rc > --- /dev/null 1 Jan 1970 00:00:00 - > +++ pkg/haproxy.rc10 Aug 2012 13:51:02 - > @@ -0,0 +1,9 @@ > +#!/bin/sh > +# > +# $OpenBSD$ > + > +daemon="${TRUEPREFIX}/sbin/haproxy -f ${HAPROXYCONF}/haproxy.cfg" > + > +. /etc/rc.d/rc.subr > + > +rc_cmd $1 -- Jason Dixon http://obfuscurity.com/ https://twitter.com/obfuscurity

Re: graphics/pecl-imagick - "Cannot load specified object"

2011-02-28 Thread Jason Dixon
Thanks to sthen who suggested the use of `LD_DEBUG=1 php -m`. This made it obvious that /usr/X11R6/lib hadn't been loaded into shlib. I had forgotten about this after installing the package, and haven't rebooted since then either. Jason On Mon, Feb 28, 2011 at 08:28:17AM -0500, Jason D

graphics/pecl-imagick - "Cannot load specified object"

2011-02-28 Thread Jason Dixon
45476 Aug 10 2010 mcrypt.so -r--r--r-- 1 root bin 63643 Aug 10 2010 mysql.so -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net/

Re: collectd and graphs

2010-07-30 Thread Jason Dixon
ot; that can accept metrics from any collectd clients. http://labs.omniti.com/labs/reconnoiter There's a good demo video linked on the project site, but it requires flash. :( http://omniti.com/video/noit-oscon-demo -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net/

Re: How to get install message (again)

2009-11-15 Thread Jason Dixon
t that message back. ?This time I have > >> thoroughly read the man page and tried all the options. ?Nothing. > >> > >> So how do I make pkg_info tell me what pkg_add just did five minutes ago? > >> > >> > > > > man pkg_info? :-) > > >

Re: NEW: www/blogsum

2009-10-04 Thread Jason Dixon
zarov wrote: > http://vigilancer.homeip.net/_upload/blogsum.jpg > > in moderate page:1. only on this page i have not images for "publish" > "delete" buttons. > 2. did you see russian text on image? i'm too) > > > 2009/9/26 Jason Dixon > > >

NEW: www/blogsum

2009-09-22 Thread Jason Dixon
y own blog (http://obfuscurity.com/) has been active on Blogsum for a couple months now. I'd love to get more feedback although it's pretty close to feature-complete. Thanks, -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net/ blogsum.tar.gz Description: application/tar-gz

Re: Bugzilla

2009-08-10 Thread Jason Dixon
in the default httpd chroot. Alas, bugzilla's documentation states that this configuration requires Apache MPM without clarifying if this is a requirement for "bugzilla with mod_perl" or "bugzilla with mod_perl and Apache 2.0". -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net/

Re: Update: postgresql 8.4.0

2009-07-22 Thread Jason Dixon
On Wed, Jul 22, 2009 at 09:14:20PM +0200, Pierre-Emmanuel Andr? wrote: > On Wed, Jul 22, 2009 at 04:55:27PM +0200, Henning Brauer wrote: > > * Jason Dixon [2009-07-21 23:06]: > > > On Tue, Jul 21, 2009 at 03:36:54PM -0500, Matthew Weigel wrote: > > >

Re: Update: postgresql 8.4.0

2009-07-21 Thread Jason Dixon
-cvs&m=120637961514930&w=2 http://marc.info/?l=openbsd-misc&m=120631560919405&w=2 http://undeadly.org/cgi?action=article&sid=20080324162049 Expect an Undeadly story soonish. -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net/

Re: Video tools

2009-07-11 Thread Jason Dixon
and encoding videos from DCBSDCon. This may be useful to others. http://wiki.freebsd.org/VideoProductionAndPublishing#head-2e989d74a75bd6f16e9def5c1978d8d1bdf0463d -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net/

Re: Extending libfprint

2009-04-11 Thread Jason Dixon
On Fri, Apr 10, 2009 at 11:39:10PM -0700, J.C. Roberts wrote: > On Sat, 4 Apr 2009 18:04:48 -0400 Jason Dixon > wrote: > > > On Sat, Apr 04, 2009 at 05:54:22PM -0400, Aaron W. Hsu wrote: > > > Hey Toby, > > > > > > From weing...@tepid.org Fr

Re: Extending libfprint

2009-04-04 Thread Jason Dixon
refuse to give out the documentation without a host > of NDAs and the like? >From what I've read on the libfprint mailing list, yes. -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net/

Re: request "traffic" into ports

2009-02-13 Thread Jason Dixon
ave you tried systat, net/iftop or net/pftop? Mind you, I'm not against adding other applications to ports. But I am against coming on the list and asking for others to do your work for you when similar utilities are already available. -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net/

Re: qemu readme for people like me

2009-02-12 Thread Jason Dixon
rtcutting that process. But I am indifferent and it is your port. That shouldn't mean we tell them how to nail their own foot. I like brevity, but the tool should be used correctly. -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net/

Re: security/hatchet broken???

2008-11-30 Thread Jason Dixon
ocal_nocheck($sec, $min, $hour, $mday, >> $months{$month}, $year); >> unless ($existing->{"$epoch $points"}) { > > Perfect, that did the trick nicely > Thank you very much! :) I've released 0.9.2 which includes this fix, and updated the port as well. -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net/

Re: security/hatchet broken???

2008-11-28 Thread Jason Dixon
g->{"$epoch $points"}) { Yes, this was committed months ago but I apparently forgot to roll an update to the port. I'll update it this weekend. http://code.google.com/p/hatchet/source/detail?r=26 -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net/

Orphan: p5-Cache-Memcached-Fast

2008-09-22 Thread Jason Dixon
This is a simple port of p5-Cache-Memcached-Fast (mostly based on p5-Cache-Memcached) that provides a faster client, written in C. Seems to work fine from my limited tests, but I've decided not to use memcached and so I have no use for it. -- Jason Dixon DixonGroup Consulting

Re: UPDATE: svn-1.5.1

2008-09-02 Thread Jason Dixon
; Having to install apache2 and SASL is slightly annoying if all you're > trying to do is pull source from some project that doesn't bother to > release proper tarballs :-) I agree wholeheartedly. -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net/

Re: NEW: games/openarena

2008-08-30 Thread Jason Dixon
for me. Same here with inteldrm. It would be nice to separate the data files from the rest of the main port. Anything else holding this up? -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net/

Re: make update fetchs sources don't needed.

2008-08-29 Thread Jason Dixon
This is an OpenBSD ports list. This is not a macintoshzoomBSD list. Take your whining elsewhere. P.S. We know Marco is arrogant; we wouldn't want him any other way. :) -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net/

Re: Courier-IMAP brings down system when searching Entire Message

2008-07-26 Thread Jason Dixon
t; > Yes, Marc, yes, Jason, neither did I see them on the Dual-Xeon. But the > Dual-Xenon with 15k-SCSI is bigger iron, and the search finishes in > below a minute easily. Mine has been on a PowerEdge 1650 with dual 1133 MHz Pentium III processors. Hardly what you'd call "b

Re: Courier-IMAP brings down system when searching Entire Message

2008-07-25 Thread Jason Dixon
app and Thunderbird users beat on my server constantly with nary a problem. -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net/

Re: pfstat (can't load library)

2008-07-24 Thread Jason Dixon
n? $ sudo ldconfig /usr/X11R6/lib /usr/local/lib -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net/

Re: UPDATE: mozilla-firefox-3.0

2008-07-18 Thread Jason Dixon
On Fri, Jul 18, 2008 at 11:28:32AM -0400, Jason Dixon wrote: > On Fri, Jul 18, 2008 at 04:25:32PM +0200, Matthias Kilian wrote: > > On Wed, Jul 16, 2008 at 09:25:31PM +0300, Martynas Venckus wrote: > > > I've updated the diff. > > > > > > Changes:

Re: UPDATE: mozilla-firefox-3.0

2008-07-18 Thread Jason Dixon
de/tab2.png > > [be warned that each png is about one MB large] > > Is anyone else seeing similar effects? Not here, both look fine. What's really odd is I'm using Brandon's packages. Why would the rendering differ between systems? -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net/

Re: pfflowd, new pfsync format

2008-07-17 Thread Jason Dixon
On Wed, Jul 16, 2008 at 04:02:59PM +0100, Stuart Henderson wrote: > I'll be fairly surprised if this is actually correct, but at least > it builds and appears to display the right addresses and port numbers. > > "mkdir patches" before applying.. Works fine from my limited tests. A single capture

Re: UPDATE: mozilla-firefox-3.0

2008-07-16 Thread Jason Dixon
s works again > > Diffs are available at: > http://www.altroot.org/p/ > > Let me know. Works great on i386. Thanks! -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net/

Re: [update] Bacula 2.4.1 (not Backup)

2008-07-11 Thread Jason Dixon
la-sd:599:_bacula:daemon:Bacula Storage > Daemon:/nonexistent:/sbin/nologin > @man man/man1/bat.1 > -sbin/bat > [EMAIL PROTECTED] sbin/bat > share/examples/bacula/ > @mode 750 > @owner _bacula > Index: pkg/PLIST-main > === > RCS file: /cvs/ports/sysutils/bacula/pkg/PLIST-main,v > retrieving revision 1.3 > diff -u -p -r1.3 PLIST-main > --- pkg/PLIST-main16 Feb 2008 21:22:41 - 1.3 > +++ pkg/PLIST-main11 Jun 2008 21:04:23 - > @@ -8,7 +8,7 @@ > libexec/bacula/ > libexec/bacula/bacula-ctl-fd > @man man/man8/bacula-fd.8 > -sbin/bacula-fd > [EMAIL PROTECTED] sbin/bacula-fd > share/doc/bacula/ > share/doc/bacula/README-client.OpenBSD > share/examples/bacula/ > Index: pkg/PLIST-server > === > RCS file: /cvs/ports/sysutils/bacula/pkg/PLIST-server,v > retrieving revision 1.3 > diff -u -p -r1.3 PLIST-server > --- pkg/PLIST-server 16 Feb 2008 21:22:41 - 1.3 > +++ pkg/PLIST-server 11 Jun 2008 20:41:44 - > @@ -46,19 +46,19 @@ libexec/bacula/update_${BACKEND}_tables > @man man/man8/btape.8 > @man man/man8/btraceback.8 > @man man/man8/dbcheck.8 > -sbin/bacula-dir > -sbin/bacula-sd > -sbin/bconsole > -sbin/bcopy > -sbin/bextract > -sbin/bls > -sbin/bregex > -sbin/bscan > -sbin/bsmtp > -sbin/btape > [EMAIL PROTECTED] sbin/bacula-dir > [EMAIL PROTECTED] sbin/bacula-sd > [EMAIL PROTECTED] sbin/bconsole > [EMAIL PROTECTED] sbin/bcopy > [EMAIL PROTECTED] sbin/bextract > [EMAIL PROTECTED] sbin/bls > [EMAIL PROTECTED] sbin/bregex > [EMAIL PROTECTED] sbin/bscan > [EMAIL PROTECTED] sbin/bsmtp > [EMAIL PROTECTED] sbin/btape > sbin/btraceback > -sbin/bwild > -sbin/dbcheck > [EMAIL PROTECTED] sbin/bwild > [EMAIL PROTECTED] sbin/dbcheck > share/doc/bacula/ > share/doc/bacula/README-server.OpenBSD > share/examples/bacula/ > -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net/

Re: Webkit 1.0.1 and Midori

2008-07-08 Thread Jason Dixon
On Sun, Jul 06, 2008 at 11:23:56PM +0200, Landry Breuil wrote: > Hi, > > webkit finally had a formal 'official' 1.0.1 release : > > http://mail.gnome.org/archives/release-team/2008-June/msg00047.html > > So here are the updated ports for webkit (renomed from webkit-gtk2) > and midori, currently

Re: UPDATE: mozilla-firefox-3.0

2008-06-18 Thread Jason Dixon
On Tue, Jun 17, 2008 at 10:26:39PM +0300, Martynas Venckus wrote: > Hey, > > (Yes, this one does have scrolling bar problem fixed.) > > Known issues: > - images rendered incorrectly on nvidia cards with 24 bits, due to > incompatibilities between nvidia drivers and x; workaround: > DefaultDepth

Re: varnish anyone?

2008-03-27 Thread Jason Dixon
time to work on them. --- Jason Dixon DixonGroup Consulting http://www.dixongroup.net

Re: Update: ion-20080207

2008-02-13 Thread Jason Dixon
ould read back on the political history regarding the license change. A renaming is necessary. Truly, the name should be anion or cation. P.S. Reefers indeed. Pass one to Marco. --- Jason Dixon DixonGroup Consulting http://www.dixongroup.net

Re: Update sticks on audio/workman

2007-12-08 Thread Jason Dixon
On Sat, Dec 08, 2007 at 07:09:51PM -0500, Jason Dixon wrote: > On Sat, Dec 08, 2007 at 11:53:59PM +, Jacob Meuser wrote: > > On Sat, Dec 08, 2007 at 11:43:28PM +, Jacob Meuser wrote: > > > On Sat, Dec 08, 2007 at 06:30:01PM -0500, Jason Dixon wrote: > > >

Re: Update sticks on audio/workman

2007-12-08 Thread Jason Dixon
On Sat, Dec 08, 2007 at 11:53:59PM +, Jacob Meuser wrote: > On Sat, Dec 08, 2007 at 11:43:28PM +, Jacob Meuser wrote: > > On Sat, Dec 08, 2007 at 06:30:01PM -0500, Jason Dixon wrote: > > > I'm trying to update all installed packages by running "make update"

Update sticks on audio/workman

2007-12-08 Thread Jason Dixon
I'm trying to update all installed packages by running "make update" in /usr/ports. This seems to work well except it eventually stops in audio/workman (due to a non-amd64 dependency, xview-config). But why is it trying to update audio/workman, which isn't installed anyways? Thanks, Jason

Re: [UPDATE] net/snort 2.8.0

2007-11-28 Thread Jason Dixon
On Nov 28, 2007, at 6:21 PM, Markus Lude wrote: Hello, here is an update to snort 2.8.0. Please test/comment/commit/... Based on changes for 2.7.0.1 by Jason Dixon. Some added patches fix bus errors on sparc64 noticed by [EMAIL PROTECTED] Crashes on my alpha. I've sent you a new

Re: Ion3 port is obsolete

2007-11-17 Thread Jason Dixon
to licensing incompatibilities. I don't think you really care though. You sound like a very bitter person. --- Jason Dixon DixonGroup Consulting http://www.dixongroup.net

Re: UPDATE: net/snort

2007-09-29 Thread Jason Dixon
ening on henning and rui's systems. --- Jason Dixon DixonGroup Consulting http://www.dixongroup.net

UPDATE: net/snort

2007-09-04 Thread Jason Dixon
This diff brings Snort to 2.7.0.1. It also fixes compatibility with security/prelude by adding the _snort user to the _prelude group for the prelude FLAVOR. I've tested it successfully on i386 and alpha, and hope to test it on my ppc soon. There are problems with sparc64 crashing. I should be p

RFC: Perl dependencies in httpd chroot

2007-09-02 Thread Jason Dixon
r via MESSAGE-chroot which files should be copied over to the chroot. 2) Using PFRAG.chroot to copy over the files to chroot. 3) Forgoing any p5-* external dependencies and making the modules a "static" inclusion of the project. None of them seems ideal. --- Jason Dixon DixonGroup

Re: snort-prelude startup error when daemonizing

2007-08-28 Thread Jason Dixon
hurdles left with sparc64. It has already been tested on i386 and fixes the startup problems with the prelude FLAVOR. --- Jason Dixon DixonGroup Consulting http://www.dixongroup.net

Re: NEW: sysutils/bacula

2007-06-01 Thread Jason Dixon
Mike Erdely wrote: Here's (hopefully) a final submission of the port. Below are two diffs: one for /usr/ports/infrastructure/db/user.list for the _bacula server user and group and one for /usr/ports/sysutils/Makefile (to build bacula). Also attached is the port. Works fine for me on sparc64 an

Re: NEW: sysutils/bacula

2007-05-30 Thread Jason Dixon
Mike Erdely wrote: On Sun, May 27, 2007 at 12:04:53AM -0400, Mike Erdely wrote: I don't know how I lost my mtx-changer patch with the last one. I added (suggested by jdixon@) some sane defaults to bacula-sd.conf. I also added (for above) a TAPEDRIVE=/dev/rst0 CONFIGURE_ENV variable. Please test

benchmarks/netperf on alpha

2007-05-30 Thread Jason Dixon
Schlyter <[EMAIL PROTECTED]> To: Jason Dixon <[EMAIL PROTECTED]> On 24 maj 2007, at 01.25, Jason Dixon wrote: > Netperf breaks on alpha for me. I don't see anything to suggest > that it's marked broken or not available for alpha, other than that > it's missing from w

Re: x264 support in mplayer, vlc, ffmpeg and avidemux

2007-04-08 Thread Jason Dixon
ttp://marc.info/?l=openbsd-ports&m=117200227918938&w=2)? Brad Smith also created a similar port (http://metabug.org/news/video- streaming-update/), but I don't see that it was ever submitted to [EMAIL PROTECTED] -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net

Re: jdk-1.5 build failure

2007-03-11 Thread Jason Dixon
On Mar 11, 2007, at 8:50 AM, Marc Espie wrote: On Sun, Mar 11, 2007 at 08:11:37AM -0400, Jason Dixon wrote: Building jdk-1.5 on 4.0 fails with the following error. Any suggestions? You didn't mention you have X installed, so I'm going with the obvious one: install X. ../../../s

Re: jdk-1.5 build failure

2007-03-11 Thread Jason Dixon
On Mar 11, 2007, at 8:50 AM, Marc Espie wrote: On Sun, Mar 11, 2007 at 08:11:37AM -0400, Jason Dixon wrote: Building jdk-1.5 on 4.0 fails with the following error. Any suggestions? You didn't mention you have X installed, so I'm going with the obvious one: install X. ../../../s

jdk-1.5 build failure

2007-03-11 Thread Jason Dixon
s/devel/jdk/1.5/w-jdk-1.5.0p19/ j2se/make/sun/awt' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/jdk/1.5/w-jdk-1.5.0p19/ j2se/make/sun' gmake[1]: *** [all] Error 1 gmake[1]: Leaving directory `/usr/ports/devel/jdk/1.5/w-jdk-1.5.0p19/ j2se/make

Re: BINARY PACKAGE TESTS

2006-08-12 Thread Jason Dixon
I built this system from the same location (ftp://ftp2.usa.openbsd.org/pub/OpenBSD/snapshots) last night, and this same package installed without errors. Not sure why it didn't fail before. -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net

Re: Using RRD in chroot

2006-08-09 Thread Jason Dixon
On Aug 9, 2006, at 5:22 AM, Holger Mauermann wrote: Jason Dixon wrote: I'm trying to get the RRD perl modules working within the default chroot. /var/www/usr/local/lib/librrd.so.0.0 /var/www/usr/local/lib/librrd.la /var/www/usr/local/lib/librrd.a /var/www/usr/local/libdata/perl5/site

Using RRD in chroot

2006-08-08 Thread Jason Dixon
ta/perl5/site_perl/RRDp.pm /var/www/usr/local/include/rrd.h Thanks, -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net

Radius question

2006-03-06 Thread Jason Dixon
ports on OpenBSD (cistron, lucent) support this? Thanks in advance, -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net

Re: Building php4 - Can't load libiconv.so.4.0

2006-02-04 Thread Jason Dixon
On Feb 4, 2006, at 3:48 PM, steven mestdagh wrote: On Sat, Feb 04, 2006 at 10:48:53AM -0500, Jason Dixon wrote: Here's a perfect example of what I'm talking about. I uninstalled php4, libiconv, gettext, etc., and tried to install php5 instead. # pkg_add php5-core-5.0.4p0 php5-co

Re: Building php4 - Can't load libiconv.so.4.0

2006-02-04 Thread Jason Dixon
3 14:07 snort-2.3.3p0-mysql drwxr-xr-x 2 root wheel 512 Jan 13 15:58 squid-2.5.STABLE10 drwxr-xr-x 2 root wheel 512 Jan 9 15:59 symon-2.71 drwxr-xr-x 2 root wheel 512 Feb 3 18:04 t1lib-5.0.0 -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net

Re: Building php4 - Can't load libiconv.so.4.0

2006-02-04 Thread Jason Dixon
iled: 1024 Weird, no? -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net

Re: Building php4 - Can't load libiconv.so.4.0

2006-02-04 Thread Jason Dixon
On Feb 4, 2006, at 4:13 AM, Nikolay Sturm wrote: * Jason Dixon [2006-02-04]: I'm trying to build php4 with extensions, but it keeps crashing with the following error: Not reproducable on my 3.8-stable system. I don't think anything is wrong with the ports. I'm sure it&#x

Building php4 - Can't load libiconv.so.4.0

2006-02-03 Thread Jason Dixon
id, but I've got a head cold and can't think straight. ;-) Thanks, -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net

Re: UPDATE: security/clamav

2005-11-05 Thread Jason Dixon
fine with those minimal changes for 0.87.1. -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net

Lost connections with mysql-server-4.0.23p1

2005-09-14 Thread Jason Dixon
s wrong. Has anyone else run into problems with this version? Any success stories with the newest 4.1.14 port running on 3.7? Thanks, -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net

Re: [OT] Horde/Chora in httpd chroot

2005-08-17 Thread Jason Dixon
On Aug 17, 2005, at 9:33 AM, Jason Dixon wrote: Sorry, this isn't for a port (yet), but I'm trying to get the Chora application working with the rest of Horde under the default httpd chroot. Is there anyone who has managed to get this running? I copied over all the cvs/rcs/sv

[OT] Horde/Chora in httpd chroot

2005-08-17 Thread Jason Dixon
it doesn't output anything to the browser. All I see in my error_log is: sh: no closing quote sh: no closing quote sh: no closing quote Thanks, -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net

Re: php5-gd bug [SOLVED]

2005-08-14 Thread Jason Dixon
On Aug 14, 2005, at 7:56 PM, Antti Harri wrote: On Sun, 14 Aug 2005, Jason Dixon wrote: Ok, I'm an idiot. I'm not sure which x*tgz files I might have been missing, but it was definitely a missing file somewhere. I rebuilt php-extensions with no_x11 and replaced php5-gd with

Re: php5-gd bug [SOLVED]

2005-08-14 Thread Jason Dixon
On Aug 12, 2005, at 3:31 PM, Jason Dixon wrote: On Aug 12, 2005, at 2:29 PM, Jason Dixon wrote: I've installed Horde through ports and then a number of php5 extensions from packages. I enabled php (phpxs -s) and checked the configuration to make sure everything was there. I c

Re: php5-gd bug (was: Apache/php problem)

2005-08-12 Thread Jason Dixon
On Aug 12, 2005, at 3:31 PM, Jason Dixon wrote: I found the culprit but I'm not sure what type of bug this is. If I pkg_delete php5-gd, apache starts fine. As soon as I re-install and enable it, apache won't start. There's definitely something amiss with php5-gd.

php5-gd bug (was: Apache/php problem)

2005-08-12 Thread Jason Dixon
On Aug 12, 2005, at 2:29 PM, Jason Dixon wrote: I've installed Horde through ports and then a number of php5 extensions from packages. I enabled php (phpxs -s) and checked the configuration to make sure everything was there. I copied over the php.ini (recommended). Starting a

Apache/php problem

2005-08-12 Thread Jason Dixon
3p1 mcrypt encryption/decryption extensions for php5 php5-mhash-5.0.3p1 mhash extensions for php5 php5-mysql-5.0.3p1 mysql database access extensions for php5 php5-pear-5.0.3p1 base classes for common PHP tasks Thanks, -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net

auth_smb

2005-07-11 Thread Jason Dixon
Is there any interest in a port for a bsd auth module that allows user authentication against a Samba server? I adopted the code from someone else, but it will likely need to be GPL licensed. Thanks, -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net