After BRICs, look to CIVETS for growth

After BRICs, look to CIVETS for growth – HSBC CEO

LONDON | Tue Apr 27, 2010 11:39am EDT

LONDON April 27 (Reuters) – After the dynamic growth of the BRIC countries in the last decade, a batch of six more countries — the CIVETS — will be the ones to watch in the next 10 years, HSBC’s (HSBA.L) (0005.HK) chief executive predicted.

Colombia, Indonesia, Vietnam, Egypt, Turkey and South Africa will take over as the new BRICs, as Brazil, Russia, India and China were dubbed a decade ago.

“Each has a very bright future,” HSBC CEO Michael Geoghegan said of the CIVETS, named after the cat-like animals found in some of the countries. “Each has large, young, growing population. Each has a diverse and dynamic economy. And each, in relative terms, is politically stable.”

Geoghegan, whose bank is the biggest in Europe but is targeting emerging markets for growth, said the growing importance of countries also including Mexico, Indonesia and Turkey will continue the power shift away from traditional economic strongholds of Europe and the United States.

Emerging markets will grow three times faster than developed countries this year and are driving global recovery, he said.

“Within three years, for the first time, the economic firepower of emerging markets will overtake the developed world, measured by purchasing power parity. It’s a defining moment.”

The size of the emerging market middle class will swell to 1.2 billion people by 2030, from 250 million in 2000, he said.

That bodes well for financial services, as households tend to open bank accounts and ask for other products when income reaches about $10,000, Geoghegan said.

“Many Chinese households are about to hit this level. They number about 33 million now. But they will quadruple to 155 million by 2014. In India, the change will also be dramatic,” he said. (Reporting by Steve Slater; Editing by David Holmes)

# Haberin Türkçe yankıları için: Google

Windows’tan sürücü harfleri ile uzak bir Linux dosya sistemine bağlanmak

Docbook yazarken Windows tabanlı uygulamaların görselliği daha çok işime geliyor.  Ancak Linux üzerinde Publican (https://fedorahosted.org/publican/ ) ile html, pdf vs çıktıları üretiyorum. Her değişiklikten sonra çıktılara bakmak için WinSCP ya da benzeri bir programlama upload etmek de pek işime gelmiyordu.

Araştırınca bir projeye denk geldim. Japon Dokan açık projesi. (http://dokan-dev.net/en/). Downloads kısmından bulacağınız DokanSSHFS projesi tam bu iş için.

Linux’ta FUSE yapısına benzer şekilde Windows’ta bu iş için geliştirilmiş. Kütüphane kullanılarak gelecekte daha fazla işler de yapılabilir görünüyor. Şu an uzak Linux’u Windows’ta N sürücüsü olarak bağladım. Yerel diskmiş gibi editing ve yanda açık Putty ile derleme yapabiliyorum.

vmware-config.pl: The correct version of one or more libraries needed to run VMware Server may be missing” “This is the output of ldd” vmware “centos 5” rpm

Centos 5.5 üzerinde vmware 1.0.10 kurulumu sırasında aldığım bir hata:

# vmware-config.pl
The correct version of one or more libraries needed to run VMware Server may be
missing.  This is the output of ldd /usr/bin/vmware:
linux-gate.so.1 =>  (0x00a91000)
libm.so.6 => /lib/libm.so.6 (0x006d2000)
libdl.so.2 => /lib/libdl.so.2 (0x006b2000)
libpthread.so.0 => /lib/libpthread.so.0 (0x006b8000)
libX11.so.6 => /usr/lib/libX11.so.6 (0x00bc5000)
libXtst.so.6 => not found
libXext.so.6 => /usr/lib/libXext.so.6 (0x007a1000)
libXt.so.6 => /usr/lib/libXt.so.6 (0x004a8000)
libICE.so.6 => /usr/lib/libICE.so.6 (0x00b49000)
libSM.so.6 => /usr/lib/libSM.so.6 (0x00a6f000)
libXrender.so.1 => /usr/lib/libXrender.so.1 (0x0072b000)
libz.so.1 => /usr/lib/libz.so.1 (0x00768000)
libc.so.6 => /lib/libc.so.6 (0x00110000)
/lib/ld-linux.so.2 (0x00547000)
libXau.so.6 => /usr/lib/libXau.so.6 (0x00565000)
libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00723000)

This program cannot tell for sure, but you may need to upgrade libc5 to glibc
before you can run VMware Server.

Hit enter to continue.

Çözümü ise:

yum groupinstall ‘X Software Development’

sonrasındaki gereksinimler için de

yum install gcc

yum upgrade kernel kernel-devel kernel-headers

Varsa yeni çekirdek ile yeniden başlatmanın ardından vmware-config.pl çalışacaktır.

Yerelde Vmware Server için X kullanmayacağımız halde bunları istiyor bunlara karşı derlendiği için.