Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 07 Aug 2014 16:15:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 192471] New: www/sams is working great with php 5.3 why its removed?
Message-ID:  <bug-192471-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192471

            Bug ID: 192471
           Summary: www/sams is working great with php 5.3 why its
                    removed?
           Product: Ports Tree
           Version: Latest
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: ---
         Component: Infrastructure
          Assignee: freebsd-ports-bugs@FreeBSD.org
          Reporter: efklid@gmail.com

Port sams does not depend on legacy php4. It works great with php 5.3 mode
Safe_mode = On.
To work correctly with sams php53 must make the following changes to the file
/usr/local/etc/php.ini:
safe_mode = On
safe_mode_exec_dir = "/ usr / local / share / sams / bin"
On versions of freebsd below 10 this port is going well and even works with
apache 2.4 and mysql 5.5.
But in freeBSD 10, for correct build is necessary to make the following changes
to the files /usr/ports/www/sams/work/sams-1.0.5/ logtool.c
/usr/ports/www/sams/work/sams-1.0.5/tools.c
/usr/ports/www/sams/work/sams-1.0.5/redirect.c
/usr/ports/www/sams/work/sams-1.0.5/samsdaemon.c
Change #include <mysql.h> on #include </usr/local/include/mysql/mysql.h>
Then build and install the port sams held successfully and on freebsd 10.
Subsequently, the port works without any errors.
Please, those who can write posposobstvat of an associated patch for www /
sams, and return it to the ports tree - help!

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192471-13>