Building Apache & PHP on HP-UX 11.11

Total Page:16

File Type:pdf, Size:1020Kb

Building Apache & PHP on HP-UX 11.11 Building Apache & PHP on HP-UX 11.11 - TekWire.Net Last Updated Thursday, 16 September 2010 22:34 1. Introduction 1.1. Intended audience 1.2. Getting the source packages 1.3. Modules & extensions 1.4. Software dependencies 1.5. Notational conventions 1.6. Context 1.7. Pre-requisite 1.7.1. Software 1.7.2. Patch level 1.7.2.1.Linker patch 2. Building 2.1. Environment 2.2. Creating the target structure 2.3. External dependencies 2.3.1. Oracle 2.3.2. Java 2.4. Embedding a private libgcc_s library 2.5. Compiling zlib (1.2.3) 2.6. Compiling the OpenSSL library (0.9.8j) 2.7. Compiling the OpenLDAP library (2.4.11 - 20080813) 2.8. Compiling the expat library (2.0.1) 2.9. Compiling the iconv library (1.12) 2.10. Compiling the Berkeley DB library (4.7.25) 2.11. Compiling Apache (2.0.63) 2.12. Compiling the bzip2 library (1.0.1) 2.13. Compiling managelogs (1.0.1) 2.14. Compiling mod_jk (tomcat-connectors 1.2.27) 2.15. Compiling the xml2 library (2.7.2) 2.16. Compiling the pcre library (7.8) 2.17. Compiling mod_evasive (1.10.1) 2.18. Compiling mod_auth_cas (1.0.8) 2.19. Compiling the xslt library (1.1.24) 2.20. Compiling the png library (1.2.33) 2.21. Compiling the jpeg library (v6b) 2.22. Compiling the freetype library (2.3.7) 2.23. Compiling the SSH2 library (1.0) 2.24. Compiling the Curl library (7.19.2) 2.25. Compiling modsecurity (2.5.7) 2.26. Compiling the ncurses library (5.7) 2.27. Compiling gettext (0.17) 2.28. Compiling the Subversion modules (1.5.4) 2.29. Compiling the readline library (6.0) 2.30. Compiling libgpg-error (1.6) 2.31. Compiling the libgcrypt library (1.4.4) 2.32. Compiling the GnuTLS library (2.6.4) 1 / 58 Building Apache & PHP on HP-UX 11.11 - TekWire.Net Last Updated Thursday, 16 September 2010 22:34 2.33. Compiling the GnuTLS Apache module (0.4.3) 2.34. Compiling the IMAP library (2007d) 2.35. Compiling the MySQL client library (5.0.67) 2.36. Compiling the PostgreSQL client library (8.3.5) 2.37. Compiling mm (1.4.2) 2.38. Compiling m4 (1.4.12) 2.39. Compiling GNU awk (3.1.6) 2.40. Compiling bison (2.4.1) 2.41. Compiling the mcrypt library (2.5.8) 2.42. Compiling PHP 4 (4.4.9) 2.43. Compiling PHP 5 (5.2.6) 2.44. Compiling autoconf (2.63) 2.45. Compiling the ming library and PHP extension (0.4.2) 2.46. Compiling the SSH2 PHP extension (0.11.0) 2.47. Compiling the APC PHP extension (3.0.19) 3. Cleanup 4. Configuring 4.1. System 4.2. Apache 4.3. Oracle client 4.4. PHP 5. Checking 5.1. Starting Apache/PHP 5.2. Checking the PHP modules 6. Packaging 6.1. RPM 6.1.1. Creating the package 6.1.2. Installing the package 6.2. Tar/gzip 6.2.1. Creating the package 6.2.2. Installing the package 6.3. Configuring the package 7. The end Document history v 1.0-1 JUN 2006 - Creation v 1.1-1 JUL 2006 - Add mod_jk Apache module - Add imap PHP extension - Add RPM creation on Linux - Suppress AdoDB 2 / 58 Building Apache & PHP on HP-UX 11.11 - TekWire.Net Last Updated Thursday, 16 September 2010 22:34 v 1.2-1 SEP 2006 - Component upgrade to the latest stable versions. v 1.4-4 SEP 2006 - Add PHP 4 v 1.4-5 OCT 2006 - Add Apache modules : isapi dumpio logio proxy proxy_connect proxy_ftp proxy_http. - Add the mm library (allows to store PHP session information in shmem). v 1.4-9 NOV 2006 - Minor bug corrections and optimizations v 1.5-0 FEB 2008 - Component upgrade to the latest stable versions. - Add gettext support to PHP - Apache now uses the gdbm library (solving an issue with ndbm on AIX) - Add the mod_security, auth_digest, and mod_evasive Apache modules v 1.5-1 DEC 2008 - Component upgrade to the latest stable versions. - Add zip extension to PHP 5 - Add the Subversion Apache modules. Because of these modules, replace gdbm with Berkeley DB in apr-util. - Add managelogs - Add mbstring extension to PHP 4 & 5 v 1.6-1 JAN 2009 - Add the following extensions to PHP 4 & 5 : dba, ssh2, APC - Add the tools needed to compile PECL extensions (autoconf and m4) - Add Berkeley DB4 support to PHP 4 & 5 v 1.6-2 MAR 2009 - Enhanced documentation - Suppress the embedded libgcc library on Linux - Suppress the embedded stdc++ library - Add the mod_auth_cas Apache module (CAS authentication) - Workaround on HP-UX to use the random() function in libapr (suppresses the dependency to KRNG11i on HP-UX 11.11) - Upgrade managelogs to version 1.0.1 3 / 58 Building Apache & PHP on HP-UX 11.11 - TekWire.Net Last Updated Thursday, 16 September 2010 22:34 - Workaround in OpenSSL on HP-UX 11.00 : SSL connection could not be established due to a problem of random number generation. - Add xml/xslt support to postgresql. v 1.7-0 APR 2009 - Add the following PHP extensions (and related libraries): ming, xmlrpc, ncurses, mcrypt. - Add the GnuTLS Apache module. - Add readline support to the PHP CLI interpreters. - Add support for CDB (Constant DataBase) files in PHP 4 & 5 - Add support for microsoft style .ini files in PHP 5 - Add SSH support to curl - Add RPM packaging on non-Linux OS 1 - Introduction This document details how to compile a full-featured Apache/PHP distribution. The main difference with other tutorials you may find on the web is that this document not only explains how to compile Apache and PHP, but also every library they depend on. This is a 'black-box' approach, where the software comes with everything it needs to run. It is longer and more complex to build such a package but, once it is done, it brings a lot of benefits, such as an independance between your software package and the libraries that may be already installed on the target host. Such a 'self-contained' approach makes it easier to build and deploy functionaly-identical packages on several different platforms/OS. Of course, the software still uses the low-level system libraries, but the dependencies are limited to the bare minimum, minimizing the risk of inconsistent behaviors between different hosts/platforms. To complement this 'black-box' approach, we install the software in a private directory. This makes the package much simpler to manage, deploy , upgrade, or remove (compared to the traditional method of installing everything under /usr/local/[bin|lib|...]). Actually, we don't include everything needed by the package, as we only include everything we can compile . The exceptions are the Oracle client library and the JAVA JRE, which are considered as 'external dependencies' and accessed through symbolic links (so that they can be physically located anywhere on the target host). 1.1 - Intended audience 4 / 58 Building Apache & PHP on HP-UX 11.11 - TekWire.Net Last Updated Thursday, 16 September 2010 22:34 This document can be used in two different ways : - In order to apply the procedure and build the software exactly as it is described here, you don't need to be an expert : it just requires some basic Unix and shell knowledge, such as being able to download the source packages, uncompress/untar them, and create files with a text editor. At this level, the procedure given below can be splitted in two main steps : - you first set a limited number of environment variables (essentially the installation directory) - and the rest is just a suite of copy/paste operations from the document to your shell environment. - Now, if you want to understand everything that is explained below, or if you want to adapt it to your specific needs, it requires of course more knowledge on different domains, mostly : - build mechanisms in general, - compile and link operations (with a strong focus on shared libraries), - makefiles, - the Gnu autoconf -based configure/make process, - and even, when it is really needed, the ability to understand and adapt some C source code. So, to resume, most people will just apply the procedure described below, which is relatively easy and just requires a basic working knowledge of the Unix shell environment. Don't hesitate to post comments on issues you may have with this document. Each time you do it, you help me and the community in general to make the procedure more robust and reliable. I promise to reply to every question asked in comments. Please prefer comments to direct mail as they may benefit others. 1.2 - Getting the source packages Some readers sometimes ask why I don't provide copies of the source packages I list below. Sure, it would be easier for you, but I won't do it as you MUST get your source packages from a repository you can trust ! You don't know me, you CANNOT trust source code downloaded from my site (except for my own projects). So, once again, always get your software from a trusted source and, when a package signature is provided, check it to make sure you get the official code. I insist on this because compiling some modified source code or installing some corrupted 5 / 58 Building Apache & PHP on HP-UX 11.11 - TekWire.Net Last Updated Thursday, 16 September 2010 22:34 precompiled binaries would give hackers everything they need to take control on your site (remember that most software we compile here runs as root).
Recommended publications
  • Learning PHP 5 by David Sklar
    Learning PHP 5 By David Sklar Ripped by: Lilmeanman Dedication To Jacob, who can look forward to so much learning. Preface Boring web sites are static. Interesting web sites are dynamic. That is, their content changes. A giant static HTML page listing the names, pictures, descriptions, and prices of all 1,000 products a company has for sale is hard to use and takes forever to load. A dynamic web product catalog that lets you search and filter those products so you see only the six items that meet your price and category criteria is more useful, faster, and much more likely to close a sale. The PHP programming language makes it easy to build dynamic web sites. Whatever interactive excitement you want to create—such as a product catalog, a blog, a photo album, or an event calendar—PHP is up to the task. And after reading this book, you'll be up to the task of building that dynamic web site, too. Who This Book Is For This book is for: • A hobbyist who wants to create an interactive web site for himself, his family, or a nonprofit organization. • A web site builder who wants to use the PHP setup provided by an ISP or hosting provider. • A small business owner who wants to put her company on the Web. • A page designer who wants to communicate better with her developer co-workers. • A JavaScript whiz who wants to build server-side programs that complement her client-side code. • A blogger or HTML jockey who wants to easily add dynamic features to her site.
    [Show full text]
  • Enea® Linux Open Source Report
    Enea® Linux Open Source Report 4.0 Enea® Linux Open Source Report Enea® Linux Open Source Report Copyright Copyright © Enea Software AB 2014. This User Documentation consists of confidential information and is protected by Trade Secret Law. This notice of copyright does not indicate any actual or intended publication of this information. Except to the extent expressly stipulated in any software license agreement covering this User Documentation and/or corresponding software, no part of this User Documentation may be reproduced, transmitted, stored in a retrieval system, or translated, in any form or by any means, without the prior written permission of Enea Software AB. However, permission to print copies for personal use is hereby granted. Disclaimer The information in this User Documentation is subject to change without notice, and unless stipulated in any software license agreement covering this User Documentation and/or corresponding software, should not be construed as a commitment of Enea Software AB. Trademarks Enea®, Enea OSE®, and Polyhedra® are the registered trademarks of Enea AB and its subsidiaries. Enea OSE®ck, Enea OSE® Epsilon, Enea® Element, Enea® Optima, Enea® Linux, Enea® LINX, Enea® LWRT, Enea® Accelerator, Polyhedra® Flash DBMS, Polyhedra® Lite, Enea® dSPEED, Accelerating Network Convergence™, Device Software Optimized™, and Embedded for Leaders™ are unregistered trademarks of Enea AB or its subsidiaries. Any other company, product or service names mentioned in this document are the registered or unregistered trade- marks of their respective owner. Acknowledgements and Open Source License Conditions Information is found in the Release Information manual. © Enea Software AB 2014 4.0 ii Enea® Linux Open Source Report Table of Contents 1 - About this Report .......................................................................................................
    [Show full text]
  • Vector Graphics Computer Science Masters Dissertation
    Vector Graphics to improve BLAST graphic representations by Rafael Jimenez Computer Science Masters Dissertation School of Computer Science University of KwaZulu-Natal December, 2007 Abstract BLAST reports can be complicated. Viewing them graphically helps to understand them better, especially when the reports are long. At present "Web BLAST" and the stand-alone "wwwBLAST" versions, distributed by the NCBI, include graph- ical viewers for BLAST results. An alternative approach is "BLAST Graphic Viewer" developed by GMOD as part of the BioPerl library. It provides a more aesthetically pleasing and informative graphical visualization to represent BLAST results. All the strategies mentioned above are based on the use of bitmap graph- ics and dependent on JavaScript code embedded in HTML. We present Vector Graphic BLAST (VEGRA) a Python object orientated library based on BioPy- thon to yield graphical visualization of results from BLAST utilizing vector graph- ics. Graphics produced by VEGRA are better than bitmaps for illustration, more flexible because they can be resized and stretched, require less memory, and their interactivity is more effective as it is independent of tertiary technologies due to its integration into the graphic. In addition, the library facilitates a definition of any layout for the different components of the graphic, as well as adjustment of size and colour properties. This dissertation studies previous alternatives and improves them by making use of vector graphics and thus allowing more effective presentation of results. VEGRA is not just an improvement for BLAST visualiza- tion but a model that illustrates how other visualization tools could make use of vector graphics. VEGRA currently works with BLAST, nevertheless the library has been written to be extended to other visualization problems.
    [Show full text]
  • Technical Classification of Runtime Environments for Mobile Applications
    TECHNICAL CLASSIFICATION OF RUNTIME ENVIRONMENTS FOR MOBILE APPLICATIONS S¨oren Blom, Matthias Book, Volker Gruhn, Ruslan Hrushchak and Andr´eK¨ohler Applied Telematics/e-Business Group, Dept. of Computer Science University of Leipzig, Klostergasse 3, 04109 Leipzig, Germany Keywords: Mobility, Runtime Environments, Rich Internet Applications, Mobile Middleware. Abstract: This paper surveys the current state and the future of runtime environments suitable for developing Rich Internet Applications for mobile clients. We compare the main characteristics of established technologies and promising new developments, and assess their future potential. Furthermore, we consider middleware products that provide an additional support layer solving typical mobility problems such as distribution, connectivity, performance, reliability, etc. 1 INTRODUCTION hand, application developers must choose a suitable technology for implementing their application that is Current developments as well as recent experiences compatible with target devices, highly flexible, and with mobile applications lead us to the assumption supports the development of state-of-the-art GUIs. that the future of application development lies in Rich Considering this, an interesting question is which Internet Applications (RIA). The term “Internet ap- runtime environments will be available in the fu- plication” emphasizes the fact that future applications ture for running mobile software clients, supporting will be based on highly distributed components and the “write once, run anywhere” paradigm, provid- will be characterized by the intensive use of commu- ing state-of-the-art GUIs and interaction capabilities, nication networks. Software will be mashed up with as well as solving or masking known mobility prob- third-party components and services at runtime, cre- lems (distribution, connectivity, performance, relia- ating completely new applications ad hoc.
    [Show full text]
  • Adobe® Connect™ Third Party Software Notices And/Or Additional Terms and Conditions
    Adobe® Connect™ Third Party Software Notices and/or Additional Terms and Conditions Mozilla.org Portions licensed under the Mozilla Public License Version 1.1, available at www.mozilla.org. Netscape Communications The contents of this file are subject to the Netscape Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.mozilla.org/NPL/ Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the specific language governing rights and limitations under the License. The Original Code is Mozilla Communicator client code, released March 31, 1998. The Initial Developer of the Original Code is Netscape Communications Corporation. Portions created by Netscape are Copyright (C) 1998-1999 Netscape Communications Corporation. All Rights Reserved. Contributor(s): ______________________________________. Alternatively, the contents of this file may be used under the terms of the _____ license (the "[___] License"), in which case the provisions of [______] License are applicable instead of those above. If you wish to allow use of your version of this file only under the terms of the [____] License and not to allow others to use your version of this file under the NPL, indicate your decision by deleting the provisions above and replace them with the notice and other provisions required by the [___] License. If you do not delete the provisions above, a recipient may use your version of this file under either the NPL or the [___] License." RSA Security, Inc.
    [Show full text]
  • Syndicate Framework 55 Table of Contents Ix
    Individual Service Composition in the Web-age Inauguraldissertation zur Erlangung der Wurde¨ eines Doktors der Philosophie vorgelegt der Philosophisch-Naturwissenschaftlichen Fakultat¨ der Universitat¨ Basel von Sven Rizzotti aus Basel Basel, 2008 Genehmigt von der Philosophisch-Naturwissenschaftlichen Fakult¨atauf Antrag von Herrn Prof. Dr. Helmar Burkhart, Universit¨atBasel und Herrn Prof. Dr. Gustavo Alonso, ETH Z¨urich, Korreferent. Basel, den 11.12.2007 Prof. Dr. Hans-Peter Hauri, Dekan To my parents, Heide and Fritz Rizzotti and my brother J¨org. On the Internet, nobody knows you're a dog. Peter Steiner cartoon in The New Yorker (5 July 1993) page 61 Abstract Nowadays, for a web site to reach peak popularity it must present the latest information, combined from various sources, to give an interactive, customizable impression. Embedded content and functionality from a range of specialist fields has led to a significant improvement in web site quality. However, until now the capacity of a web site has been defined at the time of creation; extension of this capacity has only been possible with considerable additional effort. The aim of this thesis is to present a software architecture that allows users to personalize a web site themselves, with capabilities taken from the immense resources of the World Wide Web. Recent web sites are analyzed and categorized according to their customization potential. The results of this analysis are then related to patterns in the field of software engineering and from these results, a general conclusion is drawn about the requirements of an application architecture to support these patterns. A theoretical concept of such an architecture is proposed and described in detail.
    [Show full text]
  • Download PDF CV
    PERSONAL DETAILS BEHROUZ POOLADRAK $ IsfAhAn, Iran Ǟ 27 July 1988 FRONTEND DEVELOPER AND DESIGNER * Mobile: +989131277714 + Skype: iflashlord ! SUMMARY ƀ [email protected] - https://iflashlord.com I have been working on computer science since 2008, and I have a strong .|https://bit.ly/2X3CBlF background in design and develop many different types of projects that most of / https://bit.ly/3fPwl9v which are web/applications. I have helped many companies to achieve their goals and improving their projects. And in the last four years alone, I have my heart set on helping many clients with useful and up-to-date solutions regarding web applications. My real strength is to find a creative and useful way to solve the problem and break the project into some particular sections. I pride myself on my reputation to manage how to develop in a correct and fast 0 LANGUAGES way with high quality over the creative solutions. Based on my different types of projects that I have worked on, I realized that I English could quickly grasp new concepts and use them in real-world projects. Persian § JAVASCRIPT / TYPESCRIPT § ADOBE XD / ANIMATE § ANGULAR / REACT § ADOBE ILLUSTRATOR § CSS / SCSS § AGILE (SCRUM) / GIT 1 WORKSHOPS " EXPERIENCES JAVASCRIPT AND USAGE IN FRONTEND DEVELOPER & DESIGNER, # PAYAMPARDAZ NETWORK CO ADVERTISEMENT GAME $ IrAn — % 2017-Now — ContrAct IsfAhAn University of Technology & Scope/Description: § Design and create the structure of the user interface web and application. ADOBE FLASH § Establish a single page application with angular and use PWA progressive (ACTIONSCRIPT) AND web applications). COMMUNICATION WITH API § Material design for user interface with new creative components based on ShirAz AzAd University of Technology the material design.
    [Show full text]
  • Suas Mapserver - an Open Source Framework for Extended Web Map Services
    SUAS MAPSERVER - AN OPEN SOURCE FRAMEWORK FOR EXTENDED WEB MAP SERVICES Franz-Josef Behra, *, Hui Lib aDepartment of Geomatics, Computer Science and Mathematics, University of Applied Sciences Stuttgart Schellingstraße 24, D-70174 Stuttgart (Germany) - [email protected] bM-Way Solutions GmbH, Leitzstr. 45, D-70469 Stuttgart - [email protected] Commission IV, WG IV/5 KEY WORDS: Internet/Web, Mapping, Services, SVG, Interoperability, Spatial Infrastructures, Standards, SVGT ABSTRACT: The Web Map Server Implementation Specification (WMS), originally developed and published by the Open Geospatial Consortium, was finally adopted by ISO as an international standard. According to this standard maps are presented either in “picture” formats or “graphic element” formats. While the pictorial (visual) representation uses raster formats, graphic element formats include Scalable Vector Graphics (SVG) or Web Computer Graphics Metafile (WebCGM) format. In this paper a framework named SUAS for supporting extended Web Map Services will be presented. Geo-data is converted to Well Known Text format (WKT) and stored in a database management system, retrieved by the WMS server upon user request and transferred – optionally compressed – through the Internet. Finally it is visualized in Web browsers on desktop computers or mobile devices, natively or using special map clients. Besides supporting the WMS standard operations, additional formats and extensions have been included in this framework. The development proves that open, XML-based standards in combination with modern programming languages and integrated development environments allow rapid implementation of recommendations and standards in geo-informatics. 1. INTRODUCTION Through this operation the map itself is obtained and can be visualized by the client software, sometimes combined with 1.1 General background maps obtained from other servers.
    [Show full text]
  • How to Install Software Page 1 of 6
    How to Install Software Page 1 of 6 HOW TO INSTALL SOFTWARE A. Howlett, 8 September 2004 Debian Packages A GNU/Linux system includes hundreds of Free and Open Source Software projects. For instance, the Linux kernel is a Free Software project, OpenOffice is an Open Source software project, the XFree86 Window system is an Open Source software project, and the K Desktop Environment is a Free Software project.. You could download the source code for each of these projects, compile the program and install it. Some people do that, but it requires a lot of skill and takes a long time. Another way is to let someone else compile everything and you just copy the resulting “stuff” - manual pages, shared library files, executable binary files, and so on – to your computer. There are several problems with these precompiled binary files. Most importantly, the precompiled binary might require other files on the original computer. For instance, if you compile the mplayer multimedia player, then you must have aalib1, xlibs, libncurses, and about twenty other software projects on your system. If you then copy the mplayer binary to another computer, all those other projects must be copied over also. Almost every project depends upon other projects. Before you can use the binaries from one software project, you need to know which other binaries to install – the project's dependencies. The Debian Project overcame this problem by creating the Debian Package system. Debian Project volunteers compile the software projects and build all the binaries, documentation and so forth into a debian package file.
    [Show full text]
  • The Effectiveness of Using “British Council Animation
    THE EFFECTIVENESS OF USING “BRITISH COUNCIL ANIMATION” AS MEDIA TO IMPROVE STUDENTS’ WRITING SKILL IN NARRATIVE TEXT (A Case of Eighth Grade Students of SMPN 2 Kendal in the Academic Year of 2010/ 2011) a final project submitted in partial fulfillment of the requirements for the degree of Sarjana Pendidikan in English by Kushardiyanti Novinda 2201407197 ENGLISH DEPARTMENT FACULTY OF LANGUAGES AND ARTS SEMARANG STATE UNIVERSITY 2011 PERNYATAAN Yang bertanda tangan di bawah ini, Nama : Kushardiyanti Novinda NIM : 2201407197 Prodi : Pendidikan Bahasa Inggris Jurusan : Bahasa dan Sastra Inggris Fakultas : Bahasa dan Seni menyatakan dengan sebenarnya bahwa skripsi / tugas akhir / final project yang berjudul : THE EFFECTIVENESS OF USING “BRITISH COUNCIL ANIMATION” AS MEDIA TO IMPROVE STUDENTS’ WRITING SKILL IN NARRATIVE TEXT (A Case of Eighth Grade Students of SMPN 2 Kendal in the Academic Year of 2010/ 2011) Saya tulis sebagai salah satu syarat untuk memperoleh gelar sarjana, adalah sepenuhnya karya saya sendiri yang saya susun setelah menjalani proses penelitian, pembimbingan, diskusi, dan pemaparan atau ujian. Semua kutipan yang terdapat dalam karya ilmiah ini, baik yang lagsung maupun yang tidak, ditulis dengan disertai sumber kepustakaan sesuai dengan aturan yang dipakai dalam penulisan karya ilmiah, Untuk itu, walaupun tim penguji dan dosen pembimbing telah membubuhkan tanda tangan sebagai tanda keabsahan, seluruh isi dalam karya ilmiah ini menjadi tanggung jawab saya dan apabila terdapat pelanggaran terhadap konvensi tata ilmiah yang berlaku, saya siap bertanggung jawab. Demikian, harap pernyataan ini digunakan seperlunya. Semarang, 24 Agustus 2011 Yang menyatakan Kushardiyanti Novinda NIM. 2201407197 ii If you listen to your fears, you will die never knowing what a great person you might have been (Robert H.
    [Show full text]
  • Reverse Engineering of Rich Internet Applications
    Carlos Eduardo Bastos e Marques da Silva Reverse Engineering of Rich Internet Applications Braga 2009 ii Declaração Nome: Carlos Eduardo Bastos e Marques da Silva Endereço Electrónico: [email protected] Telefone: 253418510 Cartão de Cidadão: 13290739 Título da Tese: Reverse Engineering of Rich Internet Applications Orientador: Professor Doutor José Creissac Campos Co-Orientador: João Carlos Silva Ano de conclusão: 2010 Designação do Mestrado: Mestrado em Engenharia Informática É AUTORIZADA A REPRODUÇÃO INTEGRAL DESTA TESE APENAS PARA EFEITOS DE INVESTIGAÇÃO, MEDIANTE DECLARAÇÃO ESCRITA DO INTERESSADO, QUE A TAL SE COMPROMETE; Universidade do Minho, Setembro de 2010 Assinatura: And if we are to go forward, if we are to make this a better world in which to live, we’ve got to go back. We’ve got to rediscover these precious values that we’ve left behind. Martin Luther King iv Acknowledgments I would like to express the deepest gratitude to my advisors, Professor José Creis- sac Campos and João Carlos Silva for the continuous support and encouragement throughout this work. Without their guidance and dedication this dissertation would not have been possible. Moreover, I would like to thank the other GuiSurfer team members: Professor João Alexandre Saraiva and Rui Oliveira, for the help, motivation and counseling provided. Additionally, I am grateful to my family, for all the love and support given, and for always having confidence in me. I would like to thank all my friends inlab 3.20 for the inciting and pleasant environment created. Also, I am thankfull to Neil Mitchell (TagSoup creator), Arjun Guha (WebBits creator), Mark Wassell (HJS creator), and Andrey Chudnov for their support regarding the parsers’ use.
    [Show full text]
  • An Open Source Based, SVG Oriented Framework for Extended Web Map Services
    PHPMyWMS - an Open Source based, SVG oriented Framework for extended Web Map Services Behr, F.-J.*a, LI Hui.**b, CHEN Hang†c, Weldeslasie, F.‡d, CHEN Zhuoer§e aUniversity of Applied Sciences Stuttgart, Department of Geomatics, Computer Science and Mathematics, Schellingstraße 24, D-70174 Stuttgart b M-Way Solutions GmbH, Gehenbühlstr. 14a, D-70499 Stuttgart c Spatial Information Research Center of Fujian Province, Fuzhou University , Key Lab of Data Mining and Information Sharing, Ministry of Education, Fuzhou University , Fuzhou 350002, China dCCSF-Bureau of Engineering, MIS (Management Information System) Section, 1680 Mission St., San Francisco, CA 94103 eRoom 301, No.14, Long 20, Xinzhuang Mingdu Road, 201100, Shanghai, China Updated version of original paper, published in: Geospatial Information Technology, edited by Huayi Wu, Qing Zhu, Proceedings of SPIE Vol. 6421 (SPIE, Bellingham, WA, 2006) Article 64210V ABSTRACT The Web Map Server Implementation Specification (WMS), originally developed and published by the Open Geospatial Consortium, was finally adopted by ISO as an international standard. According to this standard maps are presented either in “picture” formats or “graphic element” formats. While the pictorial (visual) representation uses raster formats, graphic element formats include Scalable Vector Graphics (SVG) or Web Computer Graphics Metafile (WebCGM) format. In this paper a framework for supporting Web Map Services using SVG will be presented. Geo-data, converted to SVG, is stored in a database management system, retrieved by the WMS server upon user request and transferred – optionally compressed – through the Internet. Finally it is visualized in Web browsers on desktop computers or mobile devices, natively or using plug-ins extending the browser’s functionalities.
    [Show full text]