<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Debenu Quick PDF Library - PDF SDK Community Forum : Debenu &amp; PHP-CPP on Linux examples?</title>
  <link>http://www.quickpdf.org/forum/</link>
  <description><![CDATA[This is an XML content feed of; Debenu Quick PDF Library - PDF SDK Community Forum : I need help - I can help : Debenu &amp; PHP-CPP on Linux examples?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 01 May 2026 06:23:41 +0000</pubDate>
  <lastBuildDate>Sun, 27 Dec 2020 15:53:29 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.01</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.quickpdf.org/forum/RSS_post_feed.asp?TID=3837</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Debenu Quick PDF Library - PDF SDK Community Forum]]></title>
   <url>http://www.quickpdf.org/forum/forum_images/QPDF_Forum_Title.png</url>
   <link>http://www.quickpdf.org/forum/</link>
  </image>
  <item>
   <title><![CDATA[Debenu &amp; PHP-CPP on Linux examples? : Hi Tex,what does &amp;#034;segfaults&amp;#034;...]]></title>
   <link>http://www.quickpdf.org/forum/debenu-phpcpp-on-linux-examples_topic3837_post15516.html#15516</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3837<br /><strong>Posted:</strong> 27 Dec 20 at 3:53PM<br /><br />Hi Tex,<br><br>what does "segfaults" mean?<br>Google isn't able to translate it.<br>Don't know if it matters but you know that QP is handling strings as unicode?<br><br>]]>
   </description>
   <pubDate>Sun, 27 Dec 2020 15:53:29 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/debenu-phpcpp-on-linux-examples_topic3837_post15516.html#15516</guid>
  </item> 
  <item>
   <title><![CDATA[Debenu &amp; PHP-CPP on Linux examples? : Just wanted to let members know....]]></title>
   <link>http://www.quickpdf.org/forum/debenu-phpcpp-on-linux-examples_topic3837_post15514.html#15514</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3213">txt258</a><br /><strong>Subject:</strong> 3837<br /><strong>Posted:</strong> 27 Dec 20 at 2:18AM<br /><br />Just wanted to let members know. I'm still not having much luck getting this installed on a Linux either on Centos and Ubuntu.]]>
   </description>
   <pubDate>Sun, 27 Dec 2020 02:18:09 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/debenu-phpcpp-on-linux-examples_topic3837_post15514.html#15514</guid>
  </item> 
  <item>
   <title><![CDATA[Debenu &amp; PHP-CPP on Linux examples? :   michib wrote:Hi to all,I was...]]></title>
   <link>http://www.quickpdf.org/forum/debenu-phpcpp-on-linux-examples_topic3837_post15370.html#15370</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3213">txt258</a><br /><strong>Subject:</strong> 3837<br /><strong>Posted:</strong> 05 Sep 20 at 3:57PM<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by michib" alt="Originally posted by michib" style="vertical-align: text-bottom;" /> <strong>michib wrote:</strong><br /><br />Hi to all,<div><br></div><div>I was able to successfully compile the extension... but unfortunately calling it does segfaults. Anyway, here is my procedure.&nbsp;</div><div><br></div><div>Linux:&nbsp;CentOS Linux release 7.5.1804 (Core)&nbsp;</div><div><br></div><div>== PHP-CPP: 2.2.0 ==</div><div>Downloaded: make, make install. This putted /usr/lib/libphpcpp.so</div><div>Tested libphpcpp with example 'simple' inside PHP-CPP package. This worked.</div><div><br></div><div>== Foxit ==&nbsp;</div><div>Copied the simple example.</div><div>main.cpp overwritten with Import/PHP/FoxitQPLLinuxMain1811.cpp from foxit devel zip.</div><div>Makefile modified in the relevant part:</div><div><div>COMPILER_FLAGS<span style="white-space:pre">		</span>=<span style="white-space:pre">	</span> -Wall -c -O2 -std=c++11 -fpic -o</div><div>LINKER_FLAGS<span style="white-space:pre">		</span>=<span style="white-space:pre">	</span>-shared</div><div>LINKER_DEPENDENCIES<span style="white-space:pre">	</span>=<span style="white-space:pre">	</span>-lphpcpp -lQPLLinux</div></div><div><br></div><div>This produces: foxitquickpdf.so</div><div><div>It seems linked correctly: ldd foxitquickpdf.so&nbsp;</div><div><span style="white-space:pre">	</span>linux-vdso.so.1 =&gt;&nbsp; (0x00007ffd5891d000)</div><div><span style="white-space:pre">	</span>libphpcpp.so.2.2 =&gt; /lib/libphpcpp.so.2.2 (0x00007f2d009d6000)</div><div><span style="white-space:pre">	</span>libQPLLinux.so =&gt; /lib/libQPLLinux.so (0x00007f2cff738000)</div><div><span style="white-space:pre">	</span>libstdc++.so.6 =&gt; /lib64/libstdc++.so.6 (0x00007f2cff431000)</div><div><span style="white-space:pre">	</span>libm.so.6 =&gt; /lib64/libm.so.6 (0x00007f2cff12f000)</div><div><span style="white-space:pre">	</span>libgcc_s.so.1 =&gt; /lib64/libgcc_s.so.1 (0x00007f2cfef19000)</div><div><span style="white-space:pre">	</span>libc.so.6 =&gt; /lib64/libc.so.6 (0x00007f2cfeb4c000)</div><div><span style="white-space:pre">	</span>/lib64/ld-linux-x86-64.so.2 (0x00007f2d00c80000)</div><div><span style="white-space:pre">	</span>libdl.so.2 =&gt; /lib64/libdl.so.2 (0x00007f2cfe948000)</div></div><div><br></div><div>/usr/lib/libQPLLinux.so -&gt; /usr/lib/libFoxitQPL1811-linux-x64.so from foxit devel zip.</div><div><br></div><div>The trying with:</div><div><div>&lt;?php</div><div><br></div><div>$QP = new FoxitQPL();</div><div>$k = $QP-&gt;Unlocked();</div><div>echo $k;</div><div><br></div><div>but it segfaults.</div><div><br></div><div>Any ideas?</div><div><br></div><div>thanks</div><div><br></div></div><div><br></div><div><br></div></td></tr></table><div><br></div><div><br></div><div>Thank you. Im going to try and see if I can get this to work.<span style="white-space:pre">	</span></div>]]>
   </description>
   <pubDate>Sat, 05 Sep 2020 15:57:30 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/debenu-phpcpp-on-linux-examples_topic3837_post15370.html#15370</guid>
  </item> 
  <item>
   <title><![CDATA[Debenu &amp; PHP-CPP on Linux examples? : BTW: Kevin Newman was the man...]]></title>
   <link>http://www.quickpdf.org/forum/debenu-phpcpp-on-linux-examples_topic3837_post15369.html#15369</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3837<br /><strong>Posted:</strong> 03 Sep 20 at 7:17PM<br /><br />BTW: Kevin Newman was the man who published the very first release of QuickPDF.<br><br>]]>
   </description>
   <pubDate>Thu, 03 Sep 2020 19:17:43 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/debenu-phpcpp-on-linux-examples_topic3837_post15369.html#15369</guid>
  </item> 
  <item>
   <title><![CDATA[Debenu &amp; PHP-CPP on Linux examples? : Hi to all,Foxit Software Support...]]></title>
   <link>http://www.quickpdf.org/forum/debenu-phpcpp-on-linux-examples_topic3837_post15368.html#15368</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3214">michib</a><br /><strong>Subject:</strong> 3837<br /><strong>Posted:</strong> 03 Sep 20 at 6:54PM<br /><br />Hi to all,<div><br></div><div>Foxit Software Support replied today. Thanks to Kevin N. I was able to obtain my first PDF! He fixed also my license number wrong expiration date.&nbsp;</div><div><br></div><div>To solve the segfault ... You need to pass the path to the .so library to the QPL constructor to make it work, in my case installed in /usr/lib:</div><div><br></div><div>$QP = new FoxitQPL('/usr/lib/libQPLLinux.so');</div><div><br></div><div>libQPLLinux.so is the name assigned by ldconfig.</div><div><br></div><div>Michele</div>]]>
   </description>
   <pubDate>Thu, 03 Sep 2020 18:54:45 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/debenu-phpcpp-on-linux-examples_topic3837_post15368.html#15368</guid>
  </item> 
  <item>
   <title><![CDATA[Debenu &amp; PHP-CPP on Linux examples? : Thanks tfrost!I&amp;#039;ll try to...]]></title>
   <link>http://www.quickpdf.org/forum/debenu-phpcpp-on-linux-examples_topic3837_post15367.html#15367</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3214">michib</a><br /><strong>Subject:</strong> 3837<br /><strong>Posted:</strong> 03 Sep 20 at 12:22PM<br /><br />Thanks tfrost!<div>I'll try to contact to&nbsp;<span style=": rgb251, 251, 253;">leonardo_martello@foxitsoftware.com and see.</span></div><div><span style=": rgb251, 251, 253;"><br></span></div><div><span style=": rgb251, 251, 253;">Miche</span></div>]]>
   </description>
   <pubDate>Thu, 03 Sep 2020 12:22:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/debenu-phpcpp-on-linux-examples_topic3837_post15367.html#15367</guid>
  </item> 
  <item>
   <title><![CDATA[Debenu &amp; PHP-CPP on Linux examples? : http://quickpdf.org/forum/foru...]]></title>
   <link>http://www.quickpdf.org/forum/debenu-phpcpp-on-linux-examples_topic3837_post15366.html#15366</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=1388">tfrost</a><br /><strong>Subject:</strong> 3837<br /><strong>Posted:</strong> 03 Sep 20 at 10:17AM<br /><br />http://quickpdf.org/forum/forum_posts.asp?TID=3819&amp;PID=15291&amp;title=delphi-104-release#15291]]>
   </description>
   <pubDate>Thu, 03 Sep 2020 10:17:07 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/debenu-phpcpp-on-linux-examples_topic3837_post15366.html#15366</guid>
  </item> 
  <item>
   <title><![CDATA[Debenu &amp; PHP-CPP on Linux examples? : Hi ingo,Thanks so much for you...]]></title>
   <link>http://www.quickpdf.org/forum/debenu-phpcpp-on-linux-examples_topic3837_post15365.html#15365</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3214">michib</a><br /><strong>Subject:</strong> 3837<br /><strong>Posted:</strong> 03 Sep 20 at 7:38AM<br /><br />Hi ingo,<div><br></div><div>Thanks so much for you help!</div><div>I wrote to the official foxit support too; waiting for some feedback.&nbsp;</div><div>I was wondering if - as usual elsewhere - some Foxit employee gives a sneak peak here...&nbsp;</div><div><br></div><div>regards,</div><div>Michele</div>]]>
   </description>
   <pubDate>Thu, 03 Sep 2020 07:38:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/debenu-phpcpp-on-linux-examples_topic3837_post15365.html#15365</guid>
  </item> 
  <item>
   <title><![CDATA[Debenu &amp; PHP-CPP on Linux examples? : &amp;#034;...Here on the forum someone...]]></title>
   <link>http://www.quickpdf.org/forum/debenu-phpcpp-on-linux-examples_topic3837_post15363.html#15363</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=111">Ingo</a><br /><strong>Subject:</strong> 3837<br /><strong>Posted:</strong> 02 Sep 20 at 6:21PM<br /><br />"...<br>Here on the forum someone is able to contact developers inside Foxit Debenu team?<br>..."<br><br>This here is a user-community which has less to do with Debenu/Foxit.<br>So there's no direct contact to the developers.<br><br>Here you should get the contact you need:<br>https://www.debenu.com/support/<br><br><br>]]>
   </description>
   <pubDate>Wed, 02 Sep 2020 18:21:39 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/debenu-phpcpp-on-linux-examples_topic3837_post15363.html#15363</guid>
  </item> 
  <item>
   <title><![CDATA[Debenu &amp; PHP-CPP on Linux examples? : Hi,Just another matter of facts....]]></title>
   <link>http://www.quickpdf.org/forum/debenu-phpcpp-on-linux-examples_topic3837_post15361.html#15361</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.quickpdf.org/forum/member_profile.asp?PF=3214">michib</a><br /><strong>Subject:</strong> 3837<br /><strong>Posted:</strong> 02 Sep 20 at 12:14PM<br /><br />Hi,<div><br></div><div>Just another matter of facts. I know notice that my license file, received on 29 august, says "valid until 21 aug 2020'. what????? I really start wondering if Foxit Quick pdf library is a real alternative to Foxit full...</div><div><br></div><div>Michele</div><div><br></div>]]>
   </description>
   <pubDate>Wed, 02 Sep 2020 12:14:53 +0000</pubDate>
   <guid isPermaLink="true">http://www.quickpdf.org/forum/debenu-phpcpp-on-linux-examples_topic3837_post15361.html#15361</guid>
  </item> 
 </channel>
</rss>