similar to: GD Support

Displaying 20 results from an estimated 500 matches similar to: "GD Support"

2010 Feb 08
2
[LLVMdev] State of 'llvm.pcmarker' Intrinsic
Hi list, For a tool I'm working on I'd like to know where instructions end up in compiled executables by looking them up in the symbol table. Therefore, I've been trying to use the llvm.pcmarker Intrinsic, but I've had no luck. When I pass .bc files with this intrinsic into llc, I'm given this error: LLVM ERROR: Cannot yet select: 0x2026938: ch PCMarker 0x1f0c678, 0x20268b0
2006 May 17
0
JPEG support by gd ?
Hi, Does anyone knows if the gd lib bundled in CentOS 4.3 supports JPEG ? I have this software that makes a call to ImageCreateFromJPEG and fails. If not, hoe to remake the RPM from the SRPM ? Any help would be apreciated. Warm Regards, MA
2005 Jun 14
4
CentOS / BQ / PHP 4.3.9 with the mail() function
Hey everyone! Got a little problem...with CentOS / BQ / PHP 4.3.9 with the mail() function I'm able to send mail using postfix directly from the command line, however when I try using the mail function of php no mail is being sent. This simple script works on all my older Cobalt Boxs. <? if($action=="send") { $to = 'me at domain.dot'; $subject = 'the
2005 Aug 29
1
Can't get the gd library to work
I have a system with FC2, with php and gd. I just installed the php package and the gd package and it works fine. I also have a system with CentOS 4.1 and installed the php package and the gd package but when I use phpinfo() I do not see the gd extension. Am I missing something? I somehow feel it has something to do with the config flags Working FC2: '--with-gd'
2010 Aug 27
1
[LLVMdev] llvm-link and ld option --whole-archive
Hello list, On linux, ld has the following option: --whole-archive For each archive mentioned on the command line after the --whole-archive option, include every object file in the archive in the link, rather than searching the archive for the required object files. This is normally used to turn an archive file into a shared library,
2010 Dec 31
1
[LLVMdev] Disable all inlining in llvm-gcc/llvm-g++
Hi, I'd like to disable all inlining in llvm-gcc/llvm-g++. From the FAQ on llvm.org, I see: "Passing "-Wa,-disable-opt -Wl,-disable-opt" will disable *all* cleanup and optimizations done at the llvm level, leaving you with the truly horrible code that you desire." But from a cursory glance at llvm-backend.cpp I don't immediately see that everything has been disabled
2004 Jun 07
3
Voip-talk?
Hi everyone I'm interested in using the Telappliant/voip-talk offering as an alternative to my DDI analog problem. (see [Asterisk-Users] Multiple DDI & Hunting on Analog Lines (UK) for details) Does anyone on the list have any recent comments on reliability etc? I would really appricated some positive and negative comments. Cheers Matt
2008 Jul 10
2
princomp loading help
Dear all, When I print out princomp's loading outputs, there is alwasy a section for "SS loading", "Proportional Var" and "Cumulative Var". Anybody can tell what they are for? Or anyone can direct me to some reference to read about? Any help will be highly appricated. Hongsheng [[alternative HTML version deleted]]
2006 Aug 30
3
Ruby+Apache2.2+ProxyLoadBalance ...... +PHP??
Hi, I just realice that I can''t run php code anymore once I installed my dear mongrels (under an Apache Proxy Balancer). I''m just trying to run the clasic phpinfo() in the following file /var/rubyapp/public/phpinfo.php ... but instead of being executed the code is being displayed as plain text ... This is the ouput :)) <?PHP phpinfo(); ?> anyone can give a
2017 Feb 01
2
time zone
> Date: Tuesday, January 31, 2017 19:35:46 -0500 > From: TE Dukes <tdukes at palmettoshopper.com> > >> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of >> Richard Sent: Tuesday, January 31, 2017 6:46 PM >> >> > Date: Tuesday, January 31, 2017 18:16:36 -0500 >> > From: TE Dukes <tdukes at palmettoshopper.com> >> >
2017 Feb 01
1
time zone
> Date: Tuesday, January 31, 2017 21:38:35 -0500 > From: TE Dukes <tdukes at palmettoshopper.com> > > > There have been no changes to the php.ini. Not sure how to output > phpinfo to a text file for posting. > > System Linux ts130.palmettodomains.com 3.10.0-514.6.1.el7.x86_64 > #1 SMP Wed Jan 18 13:06:36 UTC 2017 x86_64 > Build Date Nov 6 2016 00:30:05 >
2006 Feb 26
17
domU clock over 23s off
Hey, I have rather new installation of xen, dom0 is running ntpd and is perfectly in time. All domU''s are ~23s in future. Running ntpd on the domU''s seem to have no effect, /proc/sys/xen/independent_wallclock appears to have no effect. I''m running xen-unstable and 2.6.16-rc4 in AMD64 box. Any tip would be appricated. Thanks, -- ++ytti
2003 Oct 17
3
[htb] strange problems !?
hi, I have strange problems with HTB and several hundred classes flat structure i.e. root |--50kbps |--30kbps |--50kbps |--80kbps |--100kbps .... several hundred classes like this Ceil is the same as rate. The machine get no more than 2-3% average cpu(2.4Ghz pentium). What happens is that from time to time the traffic got "stalled". I tried numerous things to solve
2017 Jan 31
2
time zone
> Date: Tuesday, January 31, 2017 16:02:37 -0500 > From: TE Dukes <tdukes at palmettoshopper.com> > > Today, I started getting this error when trying to login to > zoneminder: > > ZoneMinder is not installed properly: php's date.timezone is not > set to a valid timezone > > Zoneminder has been running since last Wednesday when I installed > it. Today, I
2005 Jan 18
2
Outbound Dial via SIP
What I am trying to do is the following: A call is sent to the * box via a SIP invite. The * box answers via an IVR menu system with " Enter the extension you want to dial" so I enter in my 5 digit extension and get the below message. Jan 18 10:10:03 WARNING[-1380238416]: channel.c:1860 ast_request: No channel type registered for 'SIP)' Jan 18 10:10:03 NOTICE[-1380238416]:
2006 May 09
4
ruby equivalent of phpinfo()
Is there a ruby equivalent for the phpinfo() php function that displays all the variables and environment settings ? Thanks, vasu. -- Posted via http://www.ruby-forum.com/.
2010 Feb 08
0
[LLVMdev] State of 'llvm.pcmarker' Intrinsic
On Mon, Feb 8, 2010 at 1:13 PM, Nathan McCauley <nathan.mccauley at gmail.com> wrote: > Hi list, > > For a tool I'm working on I'd like to know where instructions end up in > compiled executables by looking them up in the symbol table.  Therefore, > I've been trying to use the  llvm.pcmarker Intrinsic, but I've had no luck. > When I pass .bc files with this
2017 Jan 31
2
time zone
> Date: Tuesday, January 31, 2017 18:16:36 -0500 > From: TE Dukes <tdukes at palmettoshopper.com> > >> From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of >> Richard Sent: Tuesday, January 31, 2017 5:19 PM >> >> >> > Date: Tuesday, January 31, 2017 16:59:32 -0500 >> > From: TE Dukes <tdukes at palmettoshopper.com>
2007 Feb 04
2
Beginner Q: Keeping the Ruby on Rails platform up to date.
Hello, I recently installed the ruby on rails framework from this tutorial: http://www.hivelogic.com/narrative/articles/ruby_rails_lighttpd_mysql_tiger So, I installed: Ruby on Rails 1.1 Ruby 1.8.4 LightTPD 1.4.13 FastCGI 2.4.0 RubyGems 0.9.0 Readline 5.1 PCRE 6.6 FastCGI and MySQL bindings I figured out how to keep my ruby on rails up to date by using the command "gem update rails
2003 Oct 26
4
ReplayTV connecting through Asterisk box
Has anyone had any luck getting a ReplayTV DVR box to connect through an Asterisk box? Mine seems to dial just fine, but can't negotiate a connection. I am using: exten => _95380024,1,Dial(Zap/1/${EXTEN:1},120,d) exten => _95380024,2,Congestion I don't have any problems doing a fax though my system. For this setup, I am running a simple Digium developer's kit on a