similar to: OCI

Displaying 20 results from an estimated 1000 matches similar to: "OCI"

2015 Oct 30
4
disable ZTS in php
Hey guys, I'm trying to disable ZTS in php, because an application we need (AppDynamics) is not compatible with it. So I tried compiling php with the following flags: php -i | grep configure Configure Command => './configure' '--with-apxs2=/opt/apache2/bin/apxs' '--with-zlib=/usr' '--prefix=/opt/php-5.6.8' '--with-libdir=lib64'
2015 Oct 30
2
disable ZTS in php
Yeah Erro, ok you have a point. I'll do that. Thanks! On Fri, Oct 30, 2015 at 11:40 AM, Eero Volotinen <eero.volotinen at iki.fi> wrote: > This is really wrong way to do this. Install yum-utils and use > yumdownloader --source package-name to get rhel version of package. Then > modify spec file and recompile. > > Eero > Hey guys, > > I'm trying to disable
2015 Oct 30
0
disable ZTS in php
on certain non-linux systems like MacOS i?ll run into a problem with the standard version of iconv in php. To leave it out i use the ?without-iconv directive. Maybe give that a shot with maintainer-zts. ? Jeremy > On Oct 30, 2015, at 6:44 AM, Tim Dunphy <bluethundr at gmail.com> wrote: > > Hey guys, > > I'm trying to disable ZTS in php, because an application we
2015 Oct 30
0
disable ZTS in php
This is really wrong way to do this. Install yum-utils and use yumdownloader --source package-name to get rhel version of package. Then modify spec file and recompile. Eero Hey guys, I'm trying to disable ZTS in php, because an application we need (AppDynamics) is not compatible with it. So I tried compiling php with the following flags: php -i | grep configure Configure Command =>
2015 Oct 30
0
disable ZTS in php
I think command name is yum-downloader. Then modify spec and rpmbuild -ba specname.spec You need also modify version number a bit. Rebuilding is a bit issue as you need to recompile as security patches come out .. Eero 30.10.2015 6.04 ip. "Tim Dunphy" <bluethundr at gmail.com> kirjoitti: > Yeah Erro, ok you have a point. I'll do that. Thanks! > > On Fri, Oct 30,
2006 Jun 07
3
PHP UnixODBC MS SQl 2000
Hi, I have Asterisk 12.7.1 installed through Asterisk@Home CD. and explicitly I have installed UnixODBC and FREETDS in order to access MS SQL 2000 Database which in on Windows 2003 Server on remote location. I tested connectivity through isql and tsql, both utilities are working fine. I need to access MS SQL 2000 Database through PHP. When I tired to check the connectivity through a Test PHP
2013 Mar 24
0
[Fwd: Re: PHP Questions on move from CentOS 5.x to CentOS 6.x]
---------------------------- Original Message ---------------------------- Subject: Re: [CentOS] PHP Questions on move from CentOS 5.x to CentOS 6.x From: "Max Pyziur" <pyz at brama.com> Date: Sun, March 24, 2013 1:14 pm To: "Reindl Harald" <h.reindl at thelounge.net> -------------------------------------------------------------------------- > >
2010 Feb 25
1
Enabling msg_get_queue()?
Noticing that the PHP4 binaries with CentOS4 are compiled with the option: --enable-sysvshm but not with the --enable-sysvmsg option. They are very closely related, and we'd like to use the msg_get_queue() function for an application cluster. Is there any reason why this is so? Is it too much to ask to have this added? Thanks in advance! -Ben -- This message has been scanned
2003 May 21
1
netstat/ipcs inside jail
Hi, i've got this problem with my jail and i'm abolutly lost as in the why of it. I previously posted this on comp.unix.bsd.freebsd.misc but i was advised to send here I was unable to find help on google :( To resume quick, when i'm in a jail, netstat doesn't work properly. Hopefully i have provided sufficient information for anyone willing to help me :p First of all, my system :
2008 Jun 03
0
ALTQ and cpufreq(4)
Hello, I've met some quite strange reboots recently on my home gateway. I'm trying to reduce its power consumption, so I've loaded the cpufreq(4) driver, and enabled powerd. After this the box started to reboot randomly all over the place. I started to think what can cause the trouble, removing the cpufreq(4) support would be too trivial, so I've removed the ALTQ references from
2003 Jun 04
1
Broken -STABLE kernel build?
Is anyone else seeing this: perl @/kern/makeops.pl -h @/opencrypto/crypto_if.m rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../include -I/usr/obj/usr/local/src-STABLE/src/i386/usr/include /usr/local/src-STABLE/src/sys/modules/hifn/../../dev/hifn/hifn7751.c /usr/local/src-STABLE/src/sys/modules/hifn/../../dev/hifn/hifn7751.c:47: opt_hifn.h: No such file or
2003 May 16
2
make installworld fails : touch not found ?
Hi, hackers : Yesterday night and this morning, I cvsup my system to latest STABLE branch source (RELENG_4). All make buildworld, buildkernel, and installkernel procedure was completed with no error. But when I boot into single user mode and try to make installworld, I always got " touch: not found " error. Does anyone encounter this situation ? I have no idea about that. :-( Here is
2003 Aug 22
1
nforce2 usb is broken on -stable
Hi All, I'm running stable from August 19/2003. I've got a few A7N8X-Deluxe boards. One Rev1.0 and two Rev2.0. While the 1.0 board works, the 2.0 boards lock up on boot during the uhub0 bus discovery. It's extremely frustrating :) ... While I can boot without the devices and attach them later, the devices ( logitech usb keyboard, logitech mouse, rio800, samsung CDMA adapter,
2003 Jul 17
1
device troubles after stable update
After updating my kernel from a 4.7-stable to 4.8-stable update, my SB PCI128 is no longer recognized by the pcm driver. Here is my dmesg: FreeBSD 4.8-STABLE #0: Thu Jul 17 14:13:52 CDT 2003 root@hautlos.stout.osu-res.okstate.edu:/usr/obj/usr/src/sys/GENERIC Timecounter "i8254" frequency 1193182 Hz CPU: AMD Athlon(tm) Processor (800.03-MHz 686-class CPU) Origin =
2006 Jun 11
1
mod_ntlm_winbind
Anybody using mod_ntlm_winbind?. I'm running SLES9 SP3 and i'mt having problems using it, I did the following: Compilation: ----------------- autoconf <-- works ./configure --with-apxs=$(which apxs2) --with-apache=$(/usr/share/apache2/find_mpm 2>/dev/null) <-- works make <-- dies (there goes the rpm for my repo) with: ---error--- mod_ntlm_winbind.c:402: warning: no
2003 Sep 11
5
FreeBSD 4.9-PRE+ nvidia
Hello all. I have the same problem as described by Dmitry a day ago in a topic similar. I am able to use x11 with base driver "nv" but when I load "nvidia" driver, startx simply crash my machine and reboot after 5 seconds. I have a similar log file as reported by Dmitry even using startx+logverbose option. XF86Config file is similar,except it is not the same nvidia video
2003 Nov 03
3
(long) high traffic syslog server.
I have some questions about what needs tuned on a high traffic syslog box. I seem to be dropping quite a few syslog packets. This is a syslog server for a high usage Firewall btw. Nic is a Compaq tl0 4.8-P13 netstat -s -p udp | grep buf 19,762,079 dropped due to full socket buffers uptime 5:28PM up 7 days, 18:30, 2 users, load averages: 0.21, 0.23, 0.23 I though maybe syslogd was the
2010 Jul 19
1
packet loss on ixgbe using vlans and ipv6
Hi, I have a Dell T710 with 4 X 10G ethernet interfaces (2 X Dual port Intel 82599 cards). It is running FreeBSD RELENG_8 last updated on July 13. What I see is packet loss (0 - 40%) on IPv6 packets in vlans, when the machine is not the originator of the packets. Let me try to describe a little more. If a neigbouring machine ping6 it, there will be packet loss. If it act as a router for ipv6,
2003 Aug 13
6
5.1-R-p2 crashes on SMP with AMI RAID and Intel 1000/Pro
Dear Sirs. It seems to me a never ending story. We run a box with a TYAN Thunder 2500 Dual SMP mainboard, 2GB ECC Tyan certified memory, AMI Enterprise 1600 RAID adapter and additional Intel 1000/Pro server type (64 bit) GBit LAN NIC. With FreeBSD 4.8 this was stable, but to achive this state was really hard! It is a story similar to that what happend when we changed towards FreeBSD
2006 Mar 06
1
6.1-PRERELEASE nfs root troubles
currently i'm trying to setup diskless client, which netboots 6.1-PRERELEASE kernel with help of etherboot. i've built custom kernel with `sudo make -j4 buildkernel KERNCONF=DISKLESS CPUTYPE=pentium-mmx -DNO_MODULES' and attached config. kernell loads off tftp server fine, detecting devices, but traps, when trying to mount root fs from nfs server. i've managed to get copy of