[MacPorts] #33617: problems with php5-oracle port
#33617: problems with php5-oracle port ---------------------------------+------------------------------------------ Reporter: a.ribalka@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: MacPorts 2.0.5 Component: ports | Version: 2.0.4 Keywords: php5-oracle oci8 | Port: ---------------------------------+------------------------------------------ 1) installed apache2 + php5 2) installed php5-oracle + oracle-instantclient 3) do restart 4) apache cannot start because of oracle error 5) if I disable in /opt/local/var/db/php5/oracle.ini the line ;extension=pdo_oci.so - seems it works (http://cl.ly/1c0F2N0F3H2O0z3J3V43) , but when i use function oci_pconnect or another oracle function in php it crashes (show nothing in browser) -- Ticket URL: <https://trac.macports.org/ticket/33617> MacPorts <http://www.macports.org/> Ports system for Mac OS
#33617: problems with php5-oracle port ---------------------------------+------------------------------------------ Reporter: a.ribalka@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: php5-oracle ---------------------------------+------------------------------------------ Changes (by ryandesign@…): * priority: High => Normal * owner: macports-tickets@… => ryandesign@… * milestone: MacPorts 2.0.5 => * keywords: php5-oracle oci8 => * port: => php5-oracle Old description:
1) installed apache2 + php5 2) installed php5-oracle + oracle-instantclient 3) do restart 4) apache cannot start because of oracle error 5) if I disable in /opt/local/var/db/php5/oracle.ini the line ;extension=pdo_oci.so - seems it works (http://cl.ly/1c0F2N0F3H2O0z3J3V43) , but when i use function oci_pconnect or another oracle function in php it crashes (show nothing in browser)
New description: 1. installed apache2 + php5 2. installed php5-oracle + oracle-instantclient 3. do restart 4. apache cannot start because of oracle error 5. if I disable in /opt/local/var/db/php5/oracle.ini the line ;extension=pdo_oci.so - seems it works (http://cl.ly/1c0F2N0F3H2O0z3J3V43) , but when i use function oci_pconnect or another oracle function in php it crashes (show nothing in browser) -- Comment: Could you be more specific about exactly what problem occurs? -- Ticket URL: <https://trac.macports.org/ticket/33617#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#33617: problems with php5-oracle port ---------------------------------+------------------------------------------ Reporter: a.ribalka@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: php5-oracle ---------------------------------+------------------------------------------ Comment(by a.ribalka@…): I have crash report: [[BR]] 3/14/12 11:08:54.630 AM sudo: admin : TTY=ttys000 ; PWD=/Users/admin ; USER=root ; COMMAND=/opt/local/bin/port unload apache2 3/14/12 11:08:55.152 AM org.macports.apache2: httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.1.114 for ServerName 3/14/12 11:08:55.152 AM org.macports.apache2: [Wed Mar 14 11:08:55 2012] [warn] NameVirtualHost *:80 has no VirtualHosts 3/14/12 11:08:58.195 AM sudo: admin : TTY=ttys000 ; PWD=/Users/admin ; USER=root ; COMMAND=/opt/local/bin/port load apache2 3/14/12 11:08:58.447 AM org.macports.apache2: httpd: Could not reliably determine the server's fully qualified domain name, using 192.168.1.114 for ServerName 3/14/12 11:08:58.447 AM org.macports.apache2: [Wed Mar 14 11:08:58 2012] [warn] NameVirtualHost *:80 has no VirtualHosts 3/14/12 11:08:59.831 AM ReportCrash: DebugSymbols was unable to start a spotlight query: spotlight is not responding or disabled. 3/14/12 11:09:01.142 AM ReportCrash: Saved crash report for httpd[11832] version ??? (???) to /Library/Logs/DiagnosticReports/httpd_2012-03-14-110901_localhost.crash [[BR]] and this httpd_2012-03-14-110901_localhost.crash attached -- Ticket URL: <https://trac.macports.org/ticket/33617#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#33617: problems with php5-oracle port ---------------------------------+------------------------------------------ Reporter: a.ribalka@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: php5-oracle ---------------------------------+------------------------------------------ Comment(by a.ribalka@…): Can't describe this bug more precisely, because I've got only blank screen when use oracle php function; and apache crash report -- Ticket URL: <https://trac.macports.org/ticket/33617#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#33617: problems with php5-oracle port ---------------------------------+------------------------------------------ Reporter: a.ribalka@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: php5-oracle ---------------------------------+------------------------------------------ Comment(by a.ribalka@…): any news ? -- Ticket URL: <https://trac.macports.org/ticket/33617#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#33617: problems with php5-oracle port ---------------------------------+------------------------------------------ Reporter: a.ribalka@… | Owner: ryandesign@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: php5-oracle ---------------------------------+------------------------------------------ Comment(by ryandesign@…): Not from me, no; I don't know what to do about the problem. If you find out (from the developers of PHP, Apache, Oracle, etc.) what we need to do, let me know. -- Ticket URL: <https://trac.macports.org/ticket/33617#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#33617: problems with php5-oracle port ----------------------------------+----------------------------------------- Reporter: a.ribalka@… | Owner: ryandesign@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Resolution: duplicate | Keywords: Port: php5-oracle | ----------------------------------+----------------------------------------- Changes (by ryandesign@…): * status: new => closed * resolution: => duplicate Comment: The log shows that you're on Lion running x86_64. The oracle module doesn't work on Lion under x86_64; you'll have to run under i386 instead, i.e. if running php on the command line: {{{ arch -i386 php myscript.php }}} If running php within apache, then you'll have to modify the apache start scripts to start apache under i386 instead of x86_64. Duplicate of #31521. -- Ticket URL: <https://trac.macports.org/ticket/33617#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts